diff --git a/src/test/python/Target.py b/src/test/python/Target.py index e1d2bdf6..cac6bf3e 100644 --- a/src/test/python/Target.py +++ b/src/test/python/Target.py @@ -106,7 +106,7 @@ def modify_main(self): # check annotation annotation_present = False for line in file: - if (unlogged_annotation in line): + if ("Unlogged" in line): annotation_present = True # add annotation