ArielGlenn has submitted this change and it was merged.

Change subject: dumps: unfix a camelcase, imported module not fixed up yet
......................................................................


dumps: unfix a camelcase, imported module not fixed up yet

Change-Id: Id516f977df132b1c8303ab5bf5da6c505f11e490
---
M xmldumps-backup/dumps/jobs.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/xmldumps-backup/dumps/jobs.py b/xmldumps-backup/dumps/jobs.py
index 0289a3c..7989093 100644
--- a/xmldumps-backup/dumps/jobs.py
+++ b/xmldumps-backup/dumps/jobs.py
@@ -1225,7 +1225,7 @@
             raise BackupError("php command %s not found" % 
self.wiki.config.php)
 
         if self._checkpoints_enabled:
-            checkpoint_time = "--maxtime=%s" % 
(self.wiki.config.checkpoint_time)
+            checkpoint_time = "--maxtime=%s" % 
(self.wiki.config.checkpointTime)
             checkpoint_file = "--checkpointfile=%s" % output_file.new_filename(
                 output_file.dumpname, output_file.file_type, 
output_file.file_ext,
                 output_file.date, output_file.chunk, "p%sp%s", None)

-- 
To view, visit https://gerrit.wikimedia.org/r/244800
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id516f977df132b1c8303ab5bf5da6c505f11e490
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