Skip to content

Commit afc219b

Browse files
committed
Fix typo in variable name.
1 parent 717825f commit afc219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site_scons/libdiffpybuildutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def getversion():
6666
afb = FALLBACK_VERSION
6767
gfb = gi['version'].split('.post')[0] + '.post0'
6868
emsg = "Inconsistent FALLBACK_VERSION {!r}. Git tag suggests {!r}."
69-
assert gfb == afb, emgs.format(afb, gfb)
69+
assert gfb == afb, emsg.format(afb, gfb)
7070
rv.update(gi)
7171
else:
7272
# Not a git repository. Require that gitarchive.cfg is expanded.

0 commit comments

Comments
 (0)