Skip to content

Commit

Permalink
actually pass along preformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Apr 8, 2017
1 parent 072c43c commit f9dd60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools_scm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def meta(tag, distance=None, dirty=False, node=None, preformatted=False, **kw):
tag = _parse_tag(tag, preformatted)
trace('version', tag)
assert tag is not None, 'cant parse version %s' % tag
return ScmVersion(tag, distance, node, dirty, **kw)
return ScmVersion(tag, distance, node, dirty, preformatted, **kw)


def guess_next_version(tag_version, distance):
Expand Down

0 comments on commit f9dd60a

Please sign in to comment.