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 c112429 commit df49576Copy full SHA for df49576
osc/store.py
@@ -56,5 +56,5 @@ def git_is_unsupported(path: str, msg: str):
56
# not a working copy, we're not handling it
57
return
58
59
- if isinstance(store, git_scm.GitStore) or store.scmurl:
+ if isinstance(store, git_scm.GitStore):
60
raise oscerr.NoWorkingCopy(msg)
0 commit comments