Author: Benjamin Peterson <[email protected]>
Branch:
Changeset: r140:0a3e55eefb3f
Date: 2011-07-09 21:56 -0500
http://bitbucket.org/pypy/jitviewer/changeset/0a3e55eefb3f/
Log: technically argument errors should return 2
diff --git a/bin/qwebview.py b/bin/qwebview.py
--- a/bin/qwebview.py
+++ b/bin/qwebview.py
@@ -14,7 +14,7 @@
title = sys.argv[2]
else:
print >> sys.stderr, "Usage: qwebview.py URL [title]"
- return 1
+ return 2
app = QApplication(sys.argv)
web = QWebView()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit