Skip to content

Commit

Permalink
✨ Expand the definition of template_type in targets section
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-b committed Mar 1, 2019
1 parent dfd151b commit ac9bc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moban/mobanfile/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _handle_explicit_target(options, target):
output = target[constants.LABEL_OUTPUT]
template_type = target.get(constants.LABEL_TEMPLATE_TYPE)
needs_ad_hoc = False
if template_type and len(template_type)>0:
if template_type and len(template_type) > 0:
if constants.LABEL_OVERRIDES in template_type[0]:
needs_ad_hoc = True
for src, dest, t_type in handle_template(
Expand Down

0 comments on commit ac9bc50

Please sign in to comment.