Skip to content

Commit

Permalink
Removed unneeded pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Savary committed Nov 7, 2014
1 parent 047a1ae commit 276048f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crowdin/client.py
Expand Up @@ -130,7 +130,6 @@ def pull_file(api, localization, translations):
logging.error(ex)
if ex.errno != 17:
raise
pass
logger.info("Writing {0}".format(path))
with open(path, 'wb') as f:
f.write(translated)
Expand Down

0 comments on commit 276048f

Please sign in to comment.