Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Sep 24, 2012
1 parent 7813b2a commit 4df4487
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/python/moa/template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,5 @@ def refresh(wd):
l.debug("template name %s" % meta.name)
l.debug("from provider %s" % provider)

installTemplate(wd,
tName = meta.name,
installTemplate(wd, tName=meta.name,
provider=meta.get('provider', None))

0 comments on commit 4df4487

Please sign in to comment.