Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
flomotlik committed Mar 5, 2018
1 parent 4c08dbd commit cf6d6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formica/loader.py
Expand Up @@ -58,6 +58,7 @@ def resource(name):
else:
return ''.join(e for e in name.title() if e.isalnum())


def novalue(variable):
print('Var: {}'.format(variable))
return variable or '{"Ref": "AWS::NoValue"}'
Expand Down

0 comments on commit cf6d6fc

Please sign in to comment.