1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-24 22:06:14 +01:00

- fix for commit a05a2a0a4f

This commit is contained in:
Marcus Huewe 2010-08-31 15:37:11 +02:00
parent a05a2a0a4f
commit 0a169fb7d7

View File

@ -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')