Skip to content

Commit

Permalink
wip: print build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoscik committed Nov 29, 2023
1 parent b7e0394 commit 90b2b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def __init__(self, platform: str, sample_path: str, sample_name: str) -> None:
self.log_file = tempfile.mkstemp(suffix='_log', text=True)[1]

self.temp_dir_path = tempfile.mkdtemp()
print(f'Build dir: {self.temp_dir_path}')

self.dts_modified = False
self.dts_original = tempfile.mkstemp(suffix='_dts_original', text=True)[1]
Expand Down

0 comments on commit 90b2b9a

Please sign in to comment.