Skip to content

Commit 4576329

Browse files
committed
Easier location of cwd.
1 parent 64f3490 commit 4576329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play_sounds.py

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

88
synthfilename = "florestan-piano.sf2"
9-
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
9+
__location__ = os.getcwd() #os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
1010
synthfile = os.path.join(__location__, synthfilename)
1111

1212
if not os.path.isfile(synthfile):

0 commit comments

Comments
 (0)