Skip to content

Commit

Permalink
Windows Python 3.11.9 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Aug 8, 2024
1 parent a9f95c6 commit 07ae1b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
NAGSTAMON_DIR = os.path.normpath('{0}{1}..{1}'.format(CURRENT_DIR, os.sep))
sys.path.insert(1, NAGSTAMON_DIR)

print(CURRENT_DIR)
print(NAGSTAMON_DIR)

sys.exit(0)

SCRIPTS_DIR = '{0}{1}scripts-{2}.{3}'.format(CURRENT_DIR, os.sep, sys.version_info.major, sys.version_info.minor)

# has to be imported here after NAGSTAMON_DIR was wadded to sys.path
Expand Down

0 comments on commit 07ae1b2

Please sign in to comment.