Show More
@@ -144,7 +144,7 b' class Application(SingletonConfigurable):' | |||
|
144 | 144 | version = Unicode(u'0.0') |
|
145 | 145 | |
|
146 | 146 | # the argv used to initialize the application |
|
147 |
argv = List( |
|
|
147 | argv = List() | |
|
148 | 148 | |
|
149 | 149 | # The log level for the application |
|
150 | 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