ArielGlenn has submitted this change and it was merged.

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(-)

Approvals:
  ArielGlenn: Looks good to me, approved



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: merged
Gerrit-Change-Id: I48d26f122ef664cb4210190e9d8a083458c7f9c9
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to