Changeset 3275
- Timestamp:
- 01/26/12 21:07:00 (4 months ago)
- Files:
-
- 1 modified
-
branches/mcxtrace-1.0/src/mcrun2/mcstas.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcxtrace-1.0/src/mcrun2/mcstas.py
r3274 r3275 80 80 self.dir = tempfile.mkdtemp(prefix='mcstas-') 81 81 self.cpath = '%s/%s.c' % (self.dir, self.name) 82 self.binpath = '%s/%s.out' % (dirname(self.path) , self.name)82 self.binpath = '%s/%s.out' % (dirname(self.path) or '.', self.name) 83 83 84 84 # Remove temporary files at exit
