]> git.phdru.name Git - m_librarian.git/blobdiff - scripts/ml-import.py
Fix(scripts/ml-import.py): print "Ok"
[m_librarian.git] / 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()