Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tnazarew <[email protected]>
  • Loading branch information
tnazarew committed Oct 24, 2024
1 parent c5048aa commit 31f41a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_latest_unreleased_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def download_jar(path, url):
with open(join(path, filename), 'wb') as file:
for chunk in response.iter_content(chunk_size=8192):
file.write(chunk)
print(f"file {join(path, filename)} downloaded successfully")
return filename
except Exception as e:
print(f"Error downloading file: {e}")
Expand Down

0 comments on commit 31f41a1

Please sign in to comment.