This commit is contained in:
David Kydd 2018-09-21 09:46:01 +12:00
Родитель 11c7a464f1
Коммит 6c811da6ca
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -73,9 +73,6 @@ class AzureBatchConfig(object):
if not os.path.exists(self._data_dir):
os.makedirs(self._data_dir)
config_file = os.path.join(self._data_dir, self._ini_file)
if not os.path.exists(config_file):
self._log = self._configure_logging(LOG_LEVELS['debug'])
return
try:
self._cfg.read(config_file)
self._storage = storage.BlockBlobService(