mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Change print-function to have brackets
This commit is contained in:
parent
967472408b
commit
af38f151a2
4 changed files with 9 additions and 9 deletions
|
@ -1949,7 +1949,7 @@ def get_per_app_repos():
|
|||
repos = []
|
||||
for root, dirs, files in os.walk(os.getcwd()):
|
||||
for d in dirs:
|
||||
print 'checking', root, 'for', d
|
||||
print('checking', root, 'for', d)
|
||||
if d in ('archive', 'metadata', 'repo', 'srclibs', 'tmp'):
|
||||
# standard parts of an fdroid repo, so never packageNames
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue