We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b272bca commit e02f046Copy full SHA for e02f046
jupyter_releaser/util.py
@@ -604,7 +604,7 @@ def ensure_sha():
604
run(f"git fetch {remote_name} {branch}", echo=True)
605
sha = run(f"git rev-parse {remote_name}/{branch}", echo=True)
606
if sha != current_sha:
607
- raise ValueError(f"{branch} current sha {sha} is not equal to expected sha {current_sha}")
+ log(f"{branch} current sha {sha} is not equal to expected sha {current_sha}")
608
609
610
def get_gh_object(dry_run=False, **kwargs):
0 commit comments