Skip to content

Commit

Permalink
Drop the traces
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Oct 7, 2023
1 parent 3e7d293 commit 81e0e37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/copygenerateducd.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

def main():
out_of_source = '--out-of-source' in sys.argv[1:]
print(sys.argv,file=sys.stderr)
print(out_of_source,file=sys.stderr)
cwd = Path().cwd()
uversion = os.getenv("CURRENT_UVERSION")
genucddir = (cwd / ".." if out_of_source else cwd) / "Generated" / "UCD" / uversion
Expand Down

0 comments on commit 81e0e37

Please sign in to comment.