Skip to content

Commit df49576

Browse files
committed
Make scmsync (scmurl) packages work again with git commands
1 parent c112429 commit df49576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osc/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def git_is_unsupported(path: str, msg: str):
5656
# not a working copy, we're not handling it
5757
return
5858

59-
if isinstance(store, git_scm.GitStore) or store.scmurl:
59+
if isinstance(store, git_scm.GitStore):
6060
raise oscerr.NoWorkingCopy(msg)

0 commit comments

Comments
 (0)