Changeset 382
- Timestamp:
- 04/05/12 02:14:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Puzzlebox/Synapse/Session.py
r376 r382 95 95 if not os.path.exists(self.homepath): 96 96 if self.DEBUG: 97 print " DEBUG:User default path not found"97 print "WARNING: [Synapse:Session] User default path not found" 98 98 self.homepath = os.getcwd() 99 99
Note: See TracChangeset
for help on using the changeset viewer.