mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
python3: scheduler: comment out traceback.print_exc
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -104,8 +104,8 @@ class ifaceScheduler():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
if not ifupdownobj.ignore_error(str(e)):
|
if not ifupdownobj.ignore_error(str(e)):
|
||||||
err = 1
|
err = 1
|
||||||
import traceback
|
#import traceback
|
||||||
traceback.print_exc()
|
#traceback.print_exc()
|
||||||
ifupdownobj.logger.error(str(e))
|
ifupdownobj.logger.error(str(e))
|
||||||
# Continue with rest of the modules
|
# Continue with rest of the modules
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user