From: Zac Medico Date: Mon, 4 Oct 2010 20:28:47 +0000 (-0700) Subject: Fix undefined name 'output_mode'. X-Git-Tag: v2.2_rc90~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32bbf137e87e367dca430d2464ba21b3e223f080;p=portage.git Fix undefined name 'output_mode'. --- diff --git a/bin/egencache b/bin/egencache index bf4b6d567..783cfc428 100755 --- a/bin/egencache +++ b/bin/egencache @@ -365,7 +365,7 @@ class GenUseLocalDesc(object): errors='replace') except IOError as e: writemsg_level( - "ERROR: failed to open output file %s: %s\n" % (output_mode,e,), + "ERROR: failed to open output file %s: %s\n" % (desc_path,e,), level=logging.ERROR, noiselevel=-1) self.returncode |= 2 return