Changeset 2093 for pykota/trunk
- Timestamp:
- 02/22/05 18:56:58 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r2060 r2093 22 22 # 23 23 # $Log$ 24 # Revision 1.151 2005/02/22 17:56:58 jalet 25 # Now logs the type of user running the command : mere mortal vs PyKota Admin 26 # 24 27 # Revision 1.150 2005/02/14 22:53:44 jalet 25 28 # Now always precomputes the job's size with the internal PDL parser, and not … … 828 831 self.crashed(msg) 829 832 raise 833 else : 834 if self.config.isAdmin : # TODO : We don't know this before, fix this ! 835 self.logdebug("Beware : running as a PyKota administrator !") 836 else : 837 self.logdebug("Don't Panic : running as a mere mortal !") 830 838 831 839 def clean(self) :