mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Fix PEP8 E225
This commit is contained in:
parent
beb17ad84a
commit
1b2354858b
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ def retrieve_string(app_dir, string, xmlfiles=None):
|
|||
if not os.path.isfile(path):
|
||||
continue
|
||||
xml = parse_xml(path)
|
||||
element = xml.find('string[@name="'+name+'"]')
|
||||
element = xml.find('string[@name="' + name + '"]')
|
||||
if element is not None:
|
||||
return retrieve_string(app_dir, element.text, xmlfiles)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue