ArielGlenn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/216096
Change subject: dumps: fix exception raised in stub phase on failure
......................................................................
dumps: fix exception raised in stub phase on failure
Change-Id: I48d26f122ef664cb4210190e9d8a083458c7f9c9
---
M xmldumps-backup/worker.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/dumps
refs/changes/96/216096/1
diff --git a/xmldumps-backup/worker.py b/xmldumps-backup/worker.py
index 906b4f6..6514f75 100644
--- a/xmldumps-backup/worker.py
+++ b/xmldumps-backup/worker.py
@@ -2880,7 +2880,7 @@
commands.append(series)
error = runner.runCommand(commands,
callbackStderr=self.progressCallback, callbackStderrArg=runner)
if (error):
- raise BackupError("error producing stub files" %
self._subset)
+ raise BackupError("error producing stub files")
class RecombineXmlStub(Dump):
def __init__(self, name, desc, itemForXmlStubs):
--
To view, visit https://gerrit.wikimedia.org/r/216096
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I48d26f122ef664cb4210190e9d8a083458c7f9c9
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: ArielGlenn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits