Skip to content

Commit

Permalink
Shorten line to be PEP8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
aag committed Sep 19, 2019
1 parent 57cee3d commit 838cea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion download_trailers.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ def get_config_values(config_path, defaults):

if config_values.get('download_all_urls', ''):
config_values['download_all_urls'] = (
[get_url_path(s) for s in config_values['download_all_urls'].split(',')])
[get_url_path(s) for
s in config_values['download_all_urls'].split(',')])
else:
config_values['download_all_urls'] = []

Expand Down

0 comments on commit 838cea3

Please sign in to comment.