Skip to content

Commit 659bf01

Browse files
committed
Update main.py
1 parent 1aaaf56 commit 659bf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.manager/src/proman/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def run_refactor(
444444
# summary=oneliner,
445445
# )
446446
# return None
447-
if action in [InitCheckAction.FAIL, InitCheckAction.REPORT]:
447+
if action in [InitCheckAction.FAIL, InitCheckAction.REPORT]:
448448
input_action = "report"
449449
elif action in [InitCheckAction.COMMIT, InitCheckAction.AMEND, InitCheckAction.PULL]:
450450
input_action = "validate"

0 commit comments

Comments
 (0)