Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeytewari-ul committed Jun 24, 2024
1 parent be2e65e commit aebfdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/python/Target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aebfdb1

Please sign in to comment.