Skip to content

Commit a80e0ec

Browse files
authored
Merge pull request #228 from RedisLabsModules/iddm-patch-1
Update redis_std.py
2 parents fdde0ce + 3d37f9e commit a80e0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLTest/redis_std.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def getInformationAfterDispose(self):
346346
try:
347347
with open(os.path.join(self.dbDirPath, self._getFileName(role, '.log'))) as f:
348348
logs = f.read()
349-
except os.FileNotFoundError:
349+
except FileNotFoundError:
350350
pass
351351

352352
res[role] = {

0 commit comments

Comments
 (0)