Skip to content

Commit fcc1c57

Browse files
authored
1 parent 7fdb511 commit fcc1c57

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.FileNoteFoundError:
349+
except os.FileNotFoundError:
350350
pass
351351

352352
res[role] = {

0 commit comments

Comments
 (0)