This commit is contained in:
Miroslav Stampar
2020-08-10 21:27:38 +02:00
parent 7a55c9c145
commit cfe9fb4f5b
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ See the file 'LICENSE' for copying permission
import os
from lib.core.common import openFile
from lib.core.common import randomStr
from lib.core.data import conf
from lib.core.data import logger
@@ -48,7 +49,7 @@ class Registry(object):
)
def _createLocalBatchFile(self):
self._batPathFp = open(self._batPathLocal, "w")
self._batPathFp = openFile(self._batPathLocal, "w")
if self._operation == REGISTRY_OPERATION.READ:
lines = self._batRead