[Swift-commit] r4792 - SwiftApps/GOSwift/pykoa/tools

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Thu Jul 7 11:45:50 CDT 2011


Author: jonmon
Date: 2011-07-07 11:45:50 -0500 (Thu, 07 Jul 2011)
New Revision: 4792

Modified:
   SwiftApps/GOSwift/pykoa/tools/koa_goswift.py
Log:
o modified comments


Modified: SwiftApps/GOSwift/pykoa/tools/koa_goswift.py
===================================================================
--- SwiftApps/GOSwift/pykoa/tools/koa_goswift.py	2011-07-07 16:44:04 UTC (rev 4791)
+++ SwiftApps/GOSwift/pykoa/tools/koa_goswift.py	2011-07-07 16:45:50 UTC (rev 4792)
@@ -166,14 +166,7 @@
     # get the swift input package
     ( tc, sites, config, script ) = parse_stdin()
 
-    #################################################
-    # FIX: Must create a unique directory. Multiple #
-    #      runs using this will clober files.       #
-    #      Multiple calls to goswift at the         #
-    #      same time will screw everything to       #
-    #      fail.                                    #
-    #################################################
-    # write to appropriate files created in /home/jonmon/swift
+    # write to appropriate files created in /home/jonmon/swift/$run_directory
     if not os.access( '/home/jonmon/swift', os.F_OK ):
         os.mkdir( '/home/jonmon/swift' )
 




More information about the Swift-commit mailing list