##// END OF EJS Templates
don't validate Application.argv type...
MinRK -
Show More
@@ -144,7 +144,7 b' class Application(SingletonConfigurable):'
144 version = Unicode(u'0.0')
144 version = Unicode(u'0.0')
145
145
146 # the argv used to initialize the application
146 # the argv used to initialize the application
147 argv = List(Unicode)
147 argv = List()
148
148
149 # The log level for the application
149 # The log level for the application
150 log_level = Enum((0,10,20,30,40,50,'DEBUG','INFO','WARN','ERROR','CRITICAL'),
150 log_level = Enum((0,10,20,30,40,50,'DEBUG','INFO','WARN','ERROR','CRITICAL'),
General Comments 0
You need to be logged in to leave comments. Login now