mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
had forgotten to change error message in srclib when copy/pasting
This commit is contained in:
parent
dfd5a9fd65
commit
6b749852b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user