We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaaf56 commit 659bf01Copy full SHA for 659bf01
1 file changed
.manager/src/proman/main.py
@@ -444,7 +444,7 @@ def run_refactor(
444
# summary=oneliner,
445
# )
446
# return None
447
- if action in [InitCheckAction.FAIL, InitCheckAction.REPORT]:
+ if action in [InitCheckAction.FAIL, InitCheckAction.REPORT]:
448
input_action = "report"
449
elif action in [InitCheckAction.COMMIT, InitCheckAction.AMEND, InitCheckAction.PULL]:
450
input_action = "validate"
0 commit comments