Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Aug 20, 2024
1 parent f75f253 commit b286f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

from nukeserversocket import settings

p = os.path.dirname(os.path.dirname(__file__))
sys.path.append(os.path.join(p, 'nukeserversocket'))
print('sys path', sys.path)
# p = os.path.dirname(os.path.dirname(__file__))
# sys.path.append(os.path.join(p, 'nukeserversocket'))
# print('sys path', sys.path)


SETTINGS_FILE = pathlib.Path(__file__).parent / 'tmp' / 'nss.json'
Expand Down

0 comments on commit b286f3d

Please sign in to comment.