package: fix variable name usage (#1829)
This commit is contained in:
parent
f1f301ad3b
commit
c7860322f5
@ -722,7 +722,7 @@ def do_fetch(self, mirror_only=False):
|
||||
|
||||
if not ignore_checksum:
|
||||
raise FetchError("Will not fetch %s" %
|
||||
self.spec.format('$_$@'), checksum_msg)
|
||||
self.spec.format('$_$@'), ck_msg)
|
||||
|
||||
self.stage.fetch(mirror_only)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user