Skip to content

Commit

Permalink
Update PyPI_analysis/experiments/top_1400_pypi_packages/experiment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zhihan Zhang <[email protected]>
  • Loading branch information
mknorps and zz1874 authored Apr 24, 2024
1 parent b322a8b commit c28b0dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def do_analysis(repo_url, repo_name, save_location, save_on_aws=False):

try:
repository.analysis()
except:
except Exception as e:
print(f"Could not analyse repository {repo_name} due to error:\n {e}")
else:

Expand Down

0 comments on commit c28b0dc

Please sign in to comment.