Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezau committed Jul 22, 2016
1 parent 995ddfd commit b2de73a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flexget/plugins/output/subtitles_subliminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PluginSubliminal(object):
subs:
find:
path:
path:
- d:\media\incoming
regexp: '.*\.(avi|mkv|mp4)$'
recursive: yes
Expand Down
2 changes: 1 addition & 1 deletion flexget_vanilla.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python
"""
Run FlexGet without bootstrap and virtualenv.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_seriesparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def test_ep_as_quality(self, parse):
def test_name_with_number(self, parse):
"""SeriesParser: test number in a name"""
parse('Storage 13 no ep number', name='Storage 13')

def test_name_uncorrupted(self, parse):
"""SeriesParser: test name doesn't get corrupted when cleaned"""
s = parse(name='The New Adventures of Old Christine',
Expand Down

0 comments on commit b2de73a

Please sign in to comment.