Skip to content

Commit

Permalink
pep8 style
Browse files Browse the repository at this point in the history
  • Loading branch information
challurip committed May 4, 2017
1 parent 7b929b5 commit d5091d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bin/cylc-cat-log
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,9 @@ def main():
sys.exit(1)

viewfile = NamedTemporaryFile(
suffix='.' + os.path.basename(filename),
prefix=suite + '.', dir=cylc_tmpdir)
suffix='.' + os.path.basename(filename),
prefix=suite + '.', dir=cylc_tmpdiir
)

for line in lines:
viewfile.write(line + '\n')
Expand Down
2 changes: 1 addition & 1 deletion lib/cylc/cycling/iso8601.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def test_multiple_exclusions_complex2(self):
'20000101T0500Z'])

def test_multiple_exclusions_simple(self):
"""Tests the generation of points for sequences with multiple exclusions
"""Tests generation of points for sequences with multiple exclusions
"""
init(time_zone='Z')
sequence = ISO8601Sequence('PT1H!(20000101T02Z,20000101T03Z)',
Expand Down

0 comments on commit d5091d4

Please sign in to comment.