Skip to content

Commit

Permalink
Merge pull request #228 from RedisLabsModules/iddm-patch-1
Browse files Browse the repository at this point in the history
Update redis_std.py
  • Loading branch information
iddm authored Dec 4, 2024
2 parents fdde0ce + 3d37f9e commit a80e0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLTest/redis_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def getInformationAfterDispose(self):
try:
with open(os.path.join(self.dbDirPath, self._getFileName(role, '.log'))) as f:
logs = f.read()
except os.FileNotFoundError:
except FileNotFoundError:
pass

res[role] = {
Expand Down

0 comments on commit a80e0ec

Please sign in to comment.