1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

had forgotten to change error message in srclib when copy/pasting

This commit is contained in:
David Black 2013-05-15 17:24:26 +01:00
parent dfd5a9fd65
commit 6b749852b5

View File

@ -1856,7 +1856,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
'update', 'project', '-p',
libdir]) != 0:
raise BuildException('Error updating Common-AskSven project')
raise BuildException('Error updating PhotoView project')
if basepath:
return sdir
return libdir