Skip to content

Commit

Permalink
postfix since file with env.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 12, 2023
1 parent 8918e77 commit 0272bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npoapi/bin/npo_media_follow_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self):
since = self.args.since
self.since_file = None
if since is None:
since = "./since"
since = "./since." + self.client.actualenv
self.client.logger.info("No since given, using %s" % os.path.abspath(since))
if since.startswith(".") or os.path.exists(since):
self.since_file = since
Expand Down

0 comments on commit 0272bce

Please sign in to comment.