autoconf - various bug fixes with DockerController

This commit is contained in:
bunkerity
2021-07-29 15:43:51 +02:00
parent 7180378d0c
commit 1a32e7c02c
16 changed files with 134 additions and 82 deletions

View File

@@ -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 = {}