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. <[email protected]>
  • Loading branch information
2 people authored and dmach committed Oct 14, 2024
1 parent 8a17b71 commit 512c48a
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 subprocess.CalledProcessError:
# we should distinguish between git cli fails or git is not installed
pass

Expand Down

0 comments on commit 512c48a

Please sign in to comment.