diff options
-rwxr-xr-x | bin/reproducible_remote_scheduler.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index acdff98e..002eb329 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -64,8 +64,7 @@ except KeyError: 'schedule packages. Ask in #debian-reproducible if you have ' 'trouble with that.' + bcolors.ENDC) sys.exit(1) -# this variable is setted by reproducible scripts, and it's clearly available -# only on calls made by the local host +# this variable is set by reproducible scripts and so it only available in calls made on the local host (=main node) try: local = True if os.environ['LOCAL_CALL'] == 'true' else False except KeyError: |