1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

fix typo in error message in do_importsrcpkg()

This commit is contained in:
Dr. Peter Poeml
2007-08-27 18:02:53 +00:00
parent a3a2667742
commit 70524c88c7

View File

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