from cemir_error.ccerror import error_tracking
def bolum_hesapla(a, b):
return a / b
try:
sonuc = bolum_hesapla(5, 0)
except Exception as e:
import sys
error_tracking(e, sys, "de")
-
Notifications
You must be signed in to change notification settings - Fork 0
Catching and Detailing Python/PyPy Errors with Colored Print
License
muslu/cemir_error
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Catching and Detailing Python/PyPy Errors with Colored Print
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published