Skip to content

Commit 0272bce

Browse files
committed
postfix since file with env.
1 parent 8918e77 commit 0272bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npoapi/bin/npo_media_follow_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self):
3535
since = self.args.since
3636
self.since_file = None
3737
if since is None:
38-
since = "./since"
38+
since = "./since." + self.client.actualenv
3939
self.client.logger.info("No since given, using %s" % os.path.abspath(since))
4040
if since.startswith(".") or os.path.exists(since):
4141
self.since_file = since

0 commit comments

Comments
 (0)