mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Merge branch 'master' into 'master'
Don't pass root_dir to scan_source See merge request !276
This commit is contained in:
commit
5a90443b0b
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
||||||
else:
|
else:
|
||||||
# Scan before building...
|
# Scan before building...
|
||||||
logging.info("Scanning source for common problems...")
|
logging.info("Scanning source for common problems...")
|
||||||
count = scanner.scan_source(build_dir, root_dir, build)
|
count = scanner.scan_source(build_dir, build)
|
||||||
if count > 0:
|
if count > 0:
|
||||||
if force:
|
if force:
|
||||||
logging.warn('Scanner found %d problems' % count)
|
logging.warn('Scanner found %d problems' % count)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue