OliverKeyes has submitted this change and it was merged.

Change subject: Patches an issue with referring to a nonexistent column.
......................................................................


Patches an issue with referring to a nonexistent column.

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

Approvals:
  OliverKeyes: Verified; Looks good to me, approved



diff --git a/wdqs/basic_usage.R b/wdqs/basic_usage.R
index 38ed2ed..c5af4d4 100644
--- a/wdqs/basic_usage.R
+++ b/wdqs/basic_usage.R
@@ -34,7 +34,7 @@
 
   output <- data.frame(timestamp = as.Date(paste(results$year, results$month, 
results$day, sep = "-")),
                        path = results$uri_path,
-                       http_status = results$http_category,
+                       http_success = results$success,
                        events = results$n,
                        stringsAsFactors = FALSE)
 
@@ -45,7 +45,7 @@
 
 # backlog <- function(days) {
 #   for (i in days:1) try(main(Sys.Date() - i), silent = TRUE)
-# }; backlog(30)
+# }; backlog(20)
 
 # Run and kill
 main()

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c7dde2054b7393cadc69fa490d30895583e2031
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/golden
Gerrit-Branch: master
Gerrit-Owner: Bearloga <[email protected]>
Gerrit-Reviewer: OliverKeyes <[email protected]>

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

Reply via email to