Skip to content
Snippets Groups Projects
Commit c7860322 authored by Ben Boeckel's avatar Ben Boeckel Committed by Todd Gamblin
Browse files

package: fix variable name usage (#1829)

parent f1f301ad
No related branches found
No related tags found
No related merge requests found
...@@ -722,7 +722,7 @@ def do_fetch(self, mirror_only=False): ...@@ -722,7 +722,7 @@ def do_fetch(self, mirror_only=False):
if not ignore_checksum: if not ignore_checksum:
raise FetchError("Will not fetch %s" % raise FetchError("Will not fetch %s" %
self.spec.format('$_$@'), checksum_msg) self.spec.format('$_$@'), ck_msg)
self.stage.fetch(mirror_only) self.stage.fetch(mirror_only)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment