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

enable black on fdroidserver/init.py

This commit is contained in:
Hans-Christoph Steiner 2023-04-24 12:46:39 +02:00
parent c7070b2799
commit eb81af57bb
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
2 changed files with 2 additions and 1 deletions

View File

@ -261,6 +261,7 @@ black:
fdroidserver/btlog.py
fdroidserver/exception.py
fdroidserver/gpgsign.py
fdroidserver/init.py
fdroidserver/lint.py
fdroidserver/mirror.py
fdroidserver/net.py

View File

@ -114,7 +114,7 @@ def main():
test_config['sdk_path'] = default_sdk_path
if not common.test_sdk_exists(test_config):
del (test_config['sdk_path'])
del test_config['sdk_path']
while not options.no_prompt:
try:
s = input(