mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
had forgotten to change error message in srclib when copy/pasting
This commit is contained in:
parent
dfd5a9fd65
commit
6b749852b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1856,7 +1856,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||||
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
|
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
|
||||||
'update', 'project', '-p',
|
'update', 'project', '-p',
|
||||||
libdir]) != 0:
|
libdir]) != 0:
|
||||||
raise BuildException('Error updating Common-AskSven project')
|
raise BuildException('Error updating PhotoView project')
|
||||||
if basepath:
|
if basepath:
|
||||||
return sdir
|
return sdir
|
||||||
return libdir
|
return libdir
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue