mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 09:10:30 +03:00
fix code format for new black rule
This commit is contained in:
parent
e903952029
commit
b92e280eab
20 changed files with 0 additions and 24 deletions
|
|
@ -146,7 +146,6 @@ def write_json_report(url, remote_apk, unsigned_apk, compare_result):
|
|||
|
||||
|
||||
def main():
|
||||
|
||||
global options, config
|
||||
|
||||
# Parse command line...
|
||||
|
|
@ -192,7 +191,6 @@ def main():
|
|||
vercodes = common.read_pkg_args(options.appid, True)
|
||||
|
||||
for apkfile in sorted(glob.glob(os.path.join(unsigned_dir, '*.apk'))):
|
||||
|
||||
apkfilename = os.path.basename(apkfile)
|
||||
url = 'https://f-droid.org/repo/' + apkfilename
|
||||
appid, vercode = common.publishednameinfo(apkfile)
|
||||
|
|
@ -205,7 +203,6 @@ def main():
|
|||
processed.add(appid)
|
||||
|
||||
try:
|
||||
|
||||
logging.info("Processing {apkfilename}".format(apkfilename=apkfilename))
|
||||
|
||||
remote_apk = os.path.join(tmp_dir, apkfilename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue