Bearloga has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/236061

Change subject: Patch to comment out backlog code.
......................................................................

Patch to comment out backlog code.

Change-Id: If67ec07dadd589c9eab44cdb6d3084e745d66adf
---
M wdqs/basic_usage.R
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/golden 
refs/changes/61/236061/1

diff --git a/wdqs/basic_usage.R b/wdqs/basic_usage.R
index 9cd975e..70cfe66 100644
--- a/wdqs/basic_usage.R
+++ b/wdqs/basic_usage.R
@@ -54,10 +54,10 @@
 }
 
 # Backlog (start date: 2015-07-28):
-backlog <- function(days) {
-  for (i in days:1) try(main(Sys.Date() - i), silent = TRUE)
-}; backlog(30) # as of 2015-08-27In the 
+# backlog <- function(days) {
+#   for (i in days:1) try(main(Sys.Date() - i), silent = TRUE)
+# }; backlog(30) # as of 2015-08-27In the 
 
 # Run and kill
-# main()
-# q(save = "no")
+main()
+q(save = "no")

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If67ec07dadd589c9eab44cdb6d3084e745d66adf
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/golden
Gerrit-Branch: master
Gerrit-Owner: Bearloga <[email protected]>

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

Reply via email to