Merlijn van Deen has uploaded a new change for review.

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

Change subject: Logging: change em-dash to -
......................................................................

Logging: change em-dash to -

Because

2015-09-22 13:00:20,891: INFO     \u2013 Adding PHID
{'PHID-PROJ-uungc6fiq2sncp5pozju'} to T110246.

looks a bit odd.

Change-Id: I84b636f20f987d2313695e0c863f236e959acd9a
---
M forrestbot.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/forrestbot 
refs/changes/92/240092/1

diff --git a/forrestbot.py b/forrestbot.py
index 2f0566e..85bd875 100644
--- a/forrestbot.py
+++ b/forrestbot.py
@@ -170,7 +170,7 @@
 if __name__ == "__main__":
     logging.basicConfig(
         level=logging.INFO,
-        format='%(asctime)s: %(levelname)-8s – %(message)s'
+        format='%(asctime)s: %(levelname)-8s - %(message)s'
     )
 
     # logger.info("Current master branches are: %r" % (get_master_branches(),))

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I84b636f20f987d2313695e0c863f236e959acd9a
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/forrestbot
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>

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

Reply via email to