Skip to content

Commit

Permalink
drop useless pass
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 9, 2014
1 parent 0841894 commit 52523ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyff/utils.py
Expand Up @@ -226,7 +226,6 @@ def safe_write(fn, data):
os.unlink(tmpn)
except Exception, ex:
log.warn(ex)
pass
return False


Expand Down

0 comments on commit 52523ac

Please sign in to comment.