r50627 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r50626
|
r50627
|
r50628
>
Date:
12:33, 15 May 2009
Author:
kim
Status:
deferred
Tags:
Comment:
Override pywikipedia retry_on_fail directive.
For exttesting, we always need this to be False
Modified paths:
/trunk/testing/exttest/logindata.py
(modified) (
history
)
Diff
[
purge
]
Index: trunk/testing/exttest/logindata.py
—
—
@@ -11,6 +11,7 @@
12
12
cwd=os.getcwd()
13
13
os.chdir(settings.pywikipedia_path)
14
14
import wikipedia, login
15
+wikipedia.config.retry_on_fail=False
15
16
os.chdir(cwd)
16
17
import base_family
17
18
Status & tagging log
17:16, 19 May 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r50627
[
removed:
new
added:
deferred]
18:38, 18 May 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r50627
[
removed:
new
added:
deferred]