mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-02-01 19:21:53 -05:00
Merge branch 'fix_path' into 'master'
common: support PosixPath in log message See merge request fdroid/fdroidserver!1300
This commit is contained in:
@@ -1619,7 +1619,7 @@ def fetch_real_name(app_dir, flavours):
|
||||
for path in manifest_paths(app_dir, flavours):
|
||||
if not path.suffix == '.xml' or not path.is_file():
|
||||
continue
|
||||
logging.debug("fetch_real_name: Checking manifest at " + path)
|
||||
logging.debug("fetch_real_name: Checking manifest at %s" % path)
|
||||
try:
|
||||
xml = parse_xml(path)
|
||||
except (XMLElementTree.ParseError, ValueError):
|
||||
|
||||
Reference in New Issue
Block a user