Skip to content

Commit fd0b14b

Browse files
committed
made fixed save path dynamic.
1 parent 04bed77 commit fd0b14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test_yprov.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import YProv
1616

1717

18-
SAVEPATH = "/Users/KsComp/projects/piper/src/packages/yprov/src"
18+
SAVEPATH = os.path.abspath( __file__ + "/../../../yprov/src" )
1919

2020

2121
################

0 commit comments

Comments
 (0)