]> git.phdru.name Git - xsetbg.git/blobdiff - rescan_fs.py
Style: Fix `flake8` error E999 SyntaxError: Missing parens in 'print'
[xsetbg.git] / rescan_fs.py
index 1b74f8f15213a4932f4e5326f134bf60e815183b..f2586f3651b9115600d3989ed8aeb28b335c9528 100755 (executable)
@@ -82,6 +82,6 @@ with SQLiteMassInsert() as txn:
     txn.query(query)
 
 NULL.close()
-print "New images:", count_new
-print "Existing images:", count_old
-print "Removed images:", count_del
+print("New images:", count_new)
+print("Existing images:", count_old)
+print("Removed images:", count_del)