Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
It's dict...
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Jan 31, 2017
1 parent 4b9ca16 commit b1c54c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogen/template_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def filename(self, source):
if target:
return target

return os.path.basename(source.url)
return os.path.basename(source['url'])

def cmd(self, arr):
"""
Expand Down

0 comments on commit b1c54c0

Please sign in to comment.