Skip to content

Commit

Permalink
don't validate Application.argv type
Browse files Browse the repository at this point in the history
it was wrong anyway

closes ipython#4256
  • Loading branch information
minrk committed Sep 23, 2013
1 parent 34fc550 commit 77b0752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/config/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Application(SingletonConfigurable):
version = Unicode(u'0.0')

# the argv used to initialize the application
argv = List(Unicode)
argv = List()

# The log level for the application
log_level = Enum((0,10,20,30,40,50,'DEBUG','INFO','WARN','ERROR','CRITICAL'),
Expand Down

0 comments on commit 77b0752

Please sign in to comment.