Skip to content

Commit 27f2444

Browse files
committed
remote.worker: set environ from config so that TZ is passed to the remote processes
1 parent 1791ed3 commit 27f2444

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lilac2/remote/worker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def main() -> None:
1717
enable_pretty_logging('DEBUG')
1818

1919
config = read_config()
20+
os.environ.update(config.get('envvars', ()))
2021

2122
input = json.load(sys.stdin)
2223
logger.debug('[remote.worker] got input: %r', input)

0 commit comments

Comments
 (0)