mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
fix typo in error message in do_importsrcpkg()
This commit is contained in:
parent
a3a2667742
commit
70524c88c7
@ -1699,7 +1699,7 @@ class Osc(cmdln.Cmdln):
|
||||
project_dir = os.getcwd()
|
||||
|
||||
if not is_project_dir(project_dir):
|
||||
print >>sys.stderr, 'project dir \'%s\' does not exist' % project
|
||||
print >>sys.stderr, 'project dir \'%s\' does not exist' % opts.project
|
||||
sys.exit(1)
|
||||
else:
|
||||
project = store_read_project(project_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user