Skip to content

Commit

Permalink
ci: list extracted files
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Dec 29, 2023
1 parent af00635 commit 16ba76f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/prepare_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def download_and_extract(url, extract_folder, reuse=False):
with tarfile.open(file_name, "r:gz") as tar_ref:
tar_ref.extractall(extract_folder)

print("List in this directory %s: %s" %(extract_folder, os.listdir(extract_folder)))
# Remove the temporary file
if reuse == False and os.path.isfile(file_name):
os.remove(file_name)
Expand Down

0 comments on commit 16ba76f

Please # to comment.