1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

Forgot to remove the output= debug prints

This commit is contained in:
Daniel Martí 2016-02-15 13:49:12 +00:00
parent 437d06c51e
commit f06afe7884

View File

@ -807,9 +807,6 @@ def build_local(app, build, vcs, build_dir, output_dir, srclib_dir, extlib_dir,
src = os.path.join(bindir, src)
elif omethod == 'raw':
globpath = os.path.join(root_dir, build.output)
print(globpath)
globpath = os.path.normpath(globpath)
print(globpath)
apks = glob.glob(globpath)
if len(apks) > 1:
raise BuildException('Multiple apks match %s' % globpath, '\n'.join(apks))