From ab7d002320642b8b3ae6ad6175652289411c274f Mon Sep 17 00:00:00 2001
From: Brittany Faciane <bfaciane@nrao.edu>
Date: Mon, 9 Oct 2023 16:18:35 -0400
Subject: [PATCH] WS-1392: Fix indentation bug.

---
 .../pexable/data_annotator/data_annotator/annotator.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/cli/executables/pexable/data_annotator/data_annotator/annotator.py b/apps/cli/executables/pexable/data_annotator/data_annotator/annotator.py
index 096875929..5e7c6dea8 100644
--- a/apps/cli/executables/pexable/data_annotator/data_annotator/annotator.py
+++ b/apps/cli/executables/pexable/data_annotator/data_annotator/annotator.py
@@ -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()
-- 
GitLab