Skip to content
Snippets Groups Projects
Commit 5e89fc64 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge branch '2016-06' of github.com:swcarpentry/styles into 2016-06

parents 0e63ea95 fc98097b
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ class Reporter(object):
if not self.messages:
return
for m in self.messages:
for m in sorted(self.messages):
print(m, file=stream)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment