Skip to content

Commit

Permalink
GIthub Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vanschelven committed Oct 3, 2024
1 parent 117e531 commit 2f7ed80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monofy/scripts/monofy.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def substitute_env_vars(cls, args):
# problems here.
#
# https://github.com/moby/moby/issues/5509
print("?", [type(arg) for arg in args])
return [
MATCH_ENV_VAR.sub(lambda m: os.environ.get(m.group(1) or m.group(2), ""), arg)
for arg in args
Expand Down

0 comments on commit 2f7ed80

Please sign in to comment.