[hg] galaxy 1597: Backed out changeset 36a297157114
details: http://www.bx.psu.edu/hg/galaxy/rev/21f98b638868 changeset: 1597:21f98b638868 user: Dan Blankenberg <dan@bx.psu.edu> date: Mon Nov 03 15:07:22 2008 -0500 description: Backed out changeset 36a297157114 Temporarilly rolling this change back... 1 file(s) affected in this change: lib/galaxy/jobs/__init__.py diffs (18 lines): diff -r 36a297157114 -r 21f98b638868 lib/galaxy/jobs/__init__.py --- a/lib/galaxy/jobs/__init__.py Mon Nov 03 14:48:25 2008 -0500 +++ b/lib/galaxy/jobs/__init__.py Mon Nov 03 15:07:22 2008 -0500 @@ -274,7 +274,6 @@ Prepare the job to run by creating the working directory and the config files. """ - mapping.context.current.clear() #this prevents the metadata reverting that has been seen in conjunction with the PBS job runner # Create the working directory self.working_directory = \ os.path.join( self.app.config.job_working_directory, str( self.job_id ) ) @@ -644,4 +643,4 @@ def put( self, *args ): return def shutdown( self ): - return + return \ No newline at end of file
participants (1)
-
Nate Coraor