Skip to content

Commit e586bfe

Browse files
committed
Minor cleanup
1 parent 099618d commit e586bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tarantool/error.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def os_strerror_patched(code):
100100
return _code2str.get(code, "Unknown error %s"%code)
101101

102102
os.strerror = os_strerror_patched
103+
del os_strerror_patched
103104

104105

105106
class NetworkError(DatabaseError):

0 commit comments

Comments
 (0)