jenkins-bot has submitted this change and it was merged.

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

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



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: merged
Gerrit-Change-Id: I84b636f20f987d2313695e0c863f236e959acd9a
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/forrestbot
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to