]> git.phdru.name Git - m_librarian.git/commitdiff
Fix(scripts/ml-import.py): print "Ok" 0.0.16
authorOleg Broytman <phd@phdru.name>
Fri, 23 Mar 2018 17:52:15 +0000 (20:52 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 23 Mar 2018 17:52:15 +0000 (20:52 +0300)
Report "Ok" and move to the next line after each INPX file.

scripts/ml-import.py

index 56ff8a670df980b3ad09b6c0dd72646c8bfcf91d..47c6b1b2056e39139221acb474571db305edf75c 100755 (executable)
@@ -37,6 +37,7 @@ if __name__ == '__main__':
             sys.stdout.flush()
             pbar = ml_ttyProgressBar()
             import_inpx(inpx, pbar_cb=pbar)
+            print("Ok")
         else:
             import_inpx(inpx)
     update_counters()