Skip to content
Snippets Groups Projects

WS-1392: Fix indentation bug.

Merged Brittany Faciane requested to merge fixDataTools into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading