We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8918e77 commit 0272bceCopy full SHA for 0272bce
src/npoapi/bin/npo_media_follow_changes.py
@@ -35,7 +35,7 @@ def __init__(self):
35
since = self.args.since
36
self.since_file = None
37
if since is None:
38
- since = "./since"
+ since = "./since." + self.client.actualenv
39
self.client.logger.info("No since given, using %s" % os.path.abspath(since))
40
if since.startswith(".") or os.path.exists(since):
41
self.since_file = since
0 commit comments