mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Use correct variable name
This commit is contained in:
@@ -275,7 +275,7 @@ class FancyGetopt:
|
||||
if not self.takes_arg[opt]: # boolean option?
|
||||
if val != '': # shouldn't have a value!
|
||||
raise DistutilsInternalError, \
|
||||
"this can't happen: bad option value '%s'" % value
|
||||
"this can't happen: bad option value '%s'" % val
|
||||
|
||||
alias = self.negative_alias.get(opt)
|
||||
if alias:
|
||||
|
||||
Reference in New Issue
Block a user