Skip to content

Commit

Permalink
Update osc/store.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jose D. Gomez R. <1josegomezr@gmail.com>
  • Loading branch information
adrianschroeter and josegomezr authored Oct 2, 2024
1 parent 9ca0799 commit bc96499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_store(path, check=True, print_warnings=False):
store = git_scm.GitStore(toplevel, check)
if print_warnings:
git_scm.warn_experimental()
except:
except CalledProcessError:
# we nay should distinguish between git cli fails or git is not installed
pass

Expand Down

0 comments on commit bc96499

Please sign in to comment.