Skip to content

Commit 7ec50a2

Browse files
committed
Steps back a folder when locating the sc2reader development install
1 parent f59d5c2 commit 7ec50a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_replays/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os,sys
77
import pytest
88

9-
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
9+
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)),"../"))
1010
from sc2reader import Replay
1111
from sc2reader.exceptions import ParseError
1212

0 commit comments

Comments
 (0)