mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Merge branch 'fix_issue_1006' into 'master'
[import] Fix crash when no Gradle subdir is found Closes #1006 See merge request fdroid/fdroidserver!1136
This commit is contained in:
commit
9605d4ecad
@ -194,6 +194,9 @@ def main():
|
||||
elif subdir:
|
||||
build.subdir = subdir.as_posix()
|
||||
build.gradle = ['yes']
|
||||
else:
|
||||
# subdir might be None
|
||||
subdir = Path()
|
||||
|
||||
if options.license:
|
||||
app.License = options.license
|
||||
|
Loading…
Reference in New Issue
Block a user