mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 19:22:13 +01:00
- fix for commit a05a2a0a4f8f84cc9d92208e232a6e0e99438691
This commit is contained in:
parent
a05a2a0a4f
commit
0a169fb7d7
@ -2269,7 +2269,7 @@ def read_filemeta(dir):
|
||||
global store
|
||||
|
||||
msg = '\'%s\' is not a valid working copy.\n' % dir
|
||||
if not is_project_dir(dir):
|
||||
if not is_package_dir(dir):
|
||||
raise oscerr.NoWorkingCopy(msg)
|
||||
|
||||
filesmeta = os.path.join(dir, store, '_files')
|
||||
|
Loading…
x
Reference in New Issue
Block a user