mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +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
|
@ -318,7 +318,7 @@ def main():
|
|||
probcount += 1
|
||||
|
||||
logging.info("Finished:")
|
||||
print "%d problems found" % probcount
|
||||
print("%d problems found" % probcount)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue