Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
karolzak committed Sep 16, 2020
1 parent 42f19e5 commit 983839b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pre_commit_nb/base64_to_external_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
try:
az_blob_container_url, az_blob_container_sas_token_upload, az_blob_container_sas_token_download = validate_env_vars( # NOQA E501
az_blob_container_url, az_blob_container_sas_token_upload, az_blob_container_sas_token_download) # NOQA E501
except Exception:
except (Exception, ValueError):
traceback.print_exc()
return 1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pre_commit_nb",
version="0.2.4a5",
version="0.2.4a6",
description="Set of git pre-commit hooks for Jupyter Notebooks compatible with https://pre-commit.com/ framework", # NOQA E501
long_description=long_description,
long_description_content_type="text/markdown", # This is important!
Expand Down

0 comments on commit 983839b

Please sign in to comment.