A
akonsu
hello,
my script creates files that i need to delete if an exception is
thrown.
is this a good pythonic style to do this kind of cleanup in
sys.excepthook instead of inside except clause of a try block?
konstantin
my script creates files that i need to delete if an exception is
thrown.
is this a good pythonic style to do this kind of cleanup in
sys.excepthook instead of inside except clause of a try block?
konstantin