Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpal committed Oct 18, 2023
1 parent 03e5dbc commit e12a852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ def run(build_dir: str) -> None:
nargs="?",
help="Where to write the config files",
)
print("ENV PROJ", os.environ.get("CDF_PROJECT", "not accessed"))
args, unknown_args = parser.parse_known_args()
run(args.build_dir)

0 comments on commit e12a852

Please sign in to comment.