Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Mar 14, 2024
1 parent a83af31 commit db17873
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/baseline_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,7 @@ def main():
# delete trigger file
os.remove(trigger_path)
else:
logging.info(
"Trigger File `%s` Does Not Exists, skipping execution!", trigger_path
)
logging.info("Trigger File Does Not Exists, skipping execution!")

logging.info("----- Ending Session ------")

Expand Down

0 comments on commit db17873

Please sign in to comment.