Skip to content
Snippets Groups Projects
Commit ab7d0023 authored by Brittany Faciane's avatar Brittany Faciane
Browse files

WS-1392: Fix indentation bug.

parent f62bfd99
No related branches found
No related tags found
1 merge request!1472WS-1392: Fix indentation bug.
Pipeline #12083 passed
......@@ -158,7 +158,7 @@ def main():
elif args.modify:
if not args.old_comment:
prompt = "Please type the old comment you wish to modify:\n"
args.old_comment = input(prompt)
args.old_comment = input(prompt)
modify_comments(all_spls, args.comment, args.old_comment, args.problem_severity, args.problem_type, conn)
conn.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment