Skip to content

Commit 3535069

Browse files
done
1 parent 8506688 commit 3535069

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,8 @@ def do_sort(self,key = None, reverse = False ):
168168
except Exception as e:
169169
do.log_error("Error is Happend")
170170
do.log_exception("error is : %s", str(e))
171+
172+
173+
except Exception as e:
174+
do.log_error("Error is happened")
175+
do.log_exception("error is: %s", str(e))

0 commit comments

Comments
 (0)