Skip to content

Commit

Permalink
keep this beacon from stack tracing at the loader (#34825)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 authored and Nicole Thomas committed Jul 20, 2016
1 parent b9db0b0 commit 7bda166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/beacons/network_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Import third party libs
try:
from pyroute2.ipdb import IPDB
IP = IPDB()
HAS_PYROUTE2 = True
except ImportError:
HAS_PYROUTE2 = False
Expand All @@ -29,8 +30,6 @@

LAST_STATS = {}

IP = IPDB()


class Hashabledict(dict):
'''
Expand Down

0 comments on commit 7bda166

Please sign in to comment.