Changeset 8233 for trunk/anuga_profile/profile_structure.py
- Timestamp:
- Oct 21, 2011, 4:31:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_profile/profile_structure.py
r8232 r8233 144 144 import time 145 145 import os 146 import platform 146 147 147 148 if not os.path.isdir('profile_structure'): … … 150 151 t = time.ctime().replace(' ', '_') 151 152 t = t.replace(':', '-') 152 uname_ = os.uname()153 uname_ = platform.uname() 153 154 154 155 os.mkdir(os.path.join('profile_structure', t))
Note: See TracChangeset
for help on using the changeset viewer.