Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Nov 22, 2018
1 parent 0b8c4d0 commit 9d64e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonite/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def env(value, default='', cast=True):

if not cast:
return env_var

if env_var == "":
env_var = default

Expand Down

0 comments on commit 9d64e5c

Please sign in to comment.