]> git.parisson.com Git - telecaster-server.git/commitdiff
fix print
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Fri, 26 Apr 2024 05:39:07 +0000 (07:39 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Sep 2024 10:03:38 +0000 (12:03 +0200)
bin/mastering/mastering.py

index 94456c285995a6d4680283b95eaecd5741d33b69..25ba49d7cdf6c53ba179352e8e149e1fb0c6f662 100755 (executable)
@@ -234,11 +234,11 @@ pids = get_pids('python', args=path)
 if __name__ == '__main__':
     print(datetime.datetime.now())
     if len(pids) <= 1:
-        print('starting mastering...')
+        print('start mastering...')
         main()
-        print('mastering finished.\n')
+        print('mastering finished.')
     else:
-        print('mastering already started !\n')
+        print('mastering already started !')