Skip to content

Commit

Permalink
adapting search path #15213
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jul 22, 2024
1 parent 992a3b6 commit 0aea573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/build_config/buildMacOSInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
import sys
import tempfile

from sumolib.options import ArgumentParser
from sumolib.version import gitDescribe
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from sumolib.options import ArgumentParser # noqa
from sumolib.version import gitDescribe # noqa


def parse_args():
Expand Down

0 comments on commit 0aea573

Please sign in to comment.