Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Mar 15, 2016
1 parent ae8d553 commit bc2cbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cylc/message_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class MessageOutput(object):
"""
A task message output.
Used to generate an output strings.for a message triggers at cycle point.
Used to generate an output string for a message trigger at a cycle point.
TODO - these can be plain strings once the deprecated cycle point offset
placeholders are removed from cylc (see GitHub #1761).
Expand All @@ -38,7 +38,7 @@ def __init__(self, msg, base_interval=None):

def get_string(self, point):
"""Return the message string for this cycle point.
Placeholders are replaced with the actual cycle point offset.
"""
Expand Down

0 comments on commit bc2cbd0

Please sign in to comment.