We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbb64b commit 7a42e2aCopy full SHA for 7a42e2a
tools/communityauth/test_auth.py
@@ -21,7 +21,6 @@
21
parser.add_option("-f", "--first", dest="first")
22
parser.add_option("-l", "--last", dest="last")
23
parser.add_option("-e", "--email", dest="email")
24
- parser.add_option("-s", "--suburl", dest="suburl")
25
26
(options, args) = parser.parse_args()
27
@@ -47,8 +46,6 @@
47
46
'l': options.last,
48
'e': options.email,
49
}
50
- if options.suburl:
51
- info['su'] = options.suburl
52
53
# Turn this into an URL. Make sure the timestamp is always first, that makes
54
# the first block more random..
0 commit comments