Revision: 14246
          http://sourceforge.net/p/skim-app/code/14246
Author:   hofman
Date:     2024-05-23 13:31:47 +0000 (Thu, 23 May 2024)
Log Message:
-----------
use correct makedirs command in build script

Modified Paths:
--------------
    trunk/build_skim.py

Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2024-05-19 08:46:21 UTC (rev 14245)
+++ trunk/build_skim.py 2024-05-23 13:31:47 UTC (rev 14246)
@@ -582,7 +582,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.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to