Show More
@@ -221,7 +221,7 b' def str_safe(arg):' | |||||
221 | out = '<ERROR: %s>' % msg |
|
221 | out = '<ERROR: %s>' % msg | |
222 | except Exception,msg: |
|
222 | except Exception,msg: | |
223 | out = '<ERROR: %s>' % msg |
|
223 | out = '<ERROR: %s>' % msg | |
224 | raise # dbg |
|
224 | #raise # dbg | |
225 | return out |
|
225 | return out | |
226 |
|
226 | |||
227 | class BasePrompt(object): |
|
227 | class BasePrompt(object): |
General Comments 0
You need to be logged in to leave comments.
Login now