Revision: 28923
          http://sourceforge.net/p/bibdesk/svn/28923
Author:   hofman
Date:     2024-05-23 13:31:19 +0000 (Thu, 23 May 2024)
Log Message:
-----------
use correct makedirs command in build script

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-05-20 21:21:11 UTC (rev 28922)
+++ trunk/bibdesk/build_release.py      2024-05-23 13:31:19 UTC (rev 28923)
@@ -587,7 +587,7 @@
     
     try:
         # probably already exists
-        os.mkdirs(out)
+        os.makedirs(out)
     except Exception as e:
         assert os.path.isdir(out), f"{out} does not exist"
     

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