X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb0f373c99a98633a1a9125f6eac632a0ceafe9d..3ca22d5e92f2a6689ebf569239eb127613c6c3cc:/wxPython/demo/run.py?ds=sidebyside diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index 615e5e8df4..82d702bb43 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -84,7 +84,7 @@ class RunDemoApp(wxApp): def main(argv): - if len(argv) != 2: + if len(argv) < 2: print "Please specify a demo module name on the command-line" raise SystemExit