We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d0f066 + c6c85a8 commit bd438ceCopy full SHA for bd438ce
bessctl/bessctl
@@ -46,7 +46,7 @@ import logging
46
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
47
48
try:
49
- this_dir = os.path.dirname(os.path.abspath(__file__))
+ this_dir = os.path.dirname(os.path.realpath(__file__))
50
sys.path.insert(1, os.path.join(this_dir, '..'))
51
from pybess.bess import *
52
except ImportError:
0 commit comments