1
0
Fork 0

use uppercase OSC paths for baconscript

This commit is contained in:
Kevin Matz 2019-11-16 16:20:27 -05:00
parent 065d27ad31
commit 56912a60fe
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from signal import pause
def activate(path):
if path is None:
return
path = path.strip('\"')
path = path.strip('\"').upper()
if path is "":
return
print("doing macro ", path)