autoconf - various bug fixes with DockerController
This commit is contained in:
@@ -25,7 +25,7 @@ class Configurator :
|
||||
if check :
|
||||
self.__variables[var] = value
|
||||
else :
|
||||
print("Ignoring " + var + "=" + value + " (" + reason + ")")
|
||||
print("ignoring " + var + "=" + value + " (" + reason + ")", file=sys.stderr)
|
||||
|
||||
def get_config(self) :
|
||||
config = {}
|
||||
|
||||
Reference in New Issue
Block a user