Revision: 28758
          http://sourceforge.net/p/bibdesk/svn/28758
Author:   hofman
Date:     2024-02-17 17:26:12 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
fix a format string

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-17 17:23:42 UTC (rev 28757)
+++ trunk/bibdesk/build_release.py      2024-02-17 17:26:12 UTC (rev 28758)
@@ -259,7 +259,7 @@
         x = Popen(cmd, stdout=DEVNULL, stderr=DEVNULL)
         rc = x.wait()
         while rc != 0:
-            assert n_tries < 12,f "failed to eject (dst_volume_name)"
+            assert n_tries < 12, f"failed to eject {dst_volume_name}"
             n_tries += 1
             sleep(5)
             x = Popen(cmd, stdout=DEVNULL, stderr=DEVNULL)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to