Skip to content

Commit 93b64a5

Browse files
Sonu Kumarsonu-zomato
authored andcommitted
Syntax error py2.7
1 parent 90300a1 commit 93b64a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

error_tracker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# :license: BSD-3-Clause
77
#
88

9-
__version__ = '1.1.1'
9+
__version__ = '1.1.2'
1010
__author__ = 'Sonu Kumar'
1111
__email__ = 'sonunitw12@gmail.com'
1212

error_tracker/libs/exception_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ def print_exception(masking=None, file=sys.stderr):
179179
"""
180180
ty, val, tb = sys.exc_info()
181181
string = format_exception(tb, masking=masking)
182-
print(string, file=file)
182+
file.write(string)

0 commit comments

Comments
 (0)