Changeset 1596:36a297157114
- Timestamp:
- 11/03/08 14:48:25
(2 months ago)
- Author:
- Dan Blankenberg <dan@bx.psu.edu>
- branch:
- default
- Message:
A fix for the metadata reverting issue seen with PBS job runner.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1592 |
r1596 |
|
| 275 | 275 | config files. |
|---|
| 276 | 276 | """ |
|---|
| | 277 | mapping.context.current.clear() #this prevents the metadata reverting that has been seen in conjunction with the PBS job runner |
|---|
| 277 | 278 | # Create the working directory |
|---|
| 278 | 279 | self.working_directory = \ |
|---|