Skip to content

Commit 5e27f1f

Browse files
committed
Fix placeholder_string
1 parent ad9c9ae commit 5e27f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
def setup_binary_path():
22
import sys
3-
sys.path.append("/Users/amorris/sci/shapeworks/code/bin")
3+
sys.path.append("placeholder_string")

0 commit comments

Comments
 (0)