mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-16 07:59:49 +08:00
traceback
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import scenarios
|
||||
import traceback
|
||||
|
||||
try:
|
||||
from atlas_network import *
|
||||
except ImportError:
|
||||
except ImportError, ie:
|
||||
traceback.print_exc()
|
||||
# older version of blockstack core
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user