This commit is contained in:
Jon Gallant 2018-01-28 22:15:26 -08:00
Родитель 4bbeaba06c
Коммит a13944685f
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,2 +1,2 @@
FROM jongallant/iotedgedev-deps:${VERSION}-linux
RUN pip install azure-iot-edge-dev-tool
RUN pip install -U azure-iot-edge-dev-tool

Просмотреть файл

@ -1,2 +1,2 @@
FROM jongallant/iotedgedev-deps:0.0.13-linux
RUN pip install azure-iot-edge-dev-tool
FROM jongallant/iotedgedev-deps:0.57.0-linux
RUN pip install -U azure-iot-edge-dev-tool

Просмотреть файл

@ -171,7 +171,7 @@ class Utility:
return file.read()
def decode(self, val):
return val.decode('unicode_escape').strip()
return val.decode("utf-8").strip()
def get_config_files(self):
config_dir = "config"