Skip to content

Commit ed23583

Browse files
committed
missing forward slash
1 parent bd170b4 commit ed23583

File tree

1 file changed

+1
-1
lines changed
  • Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick

1 file changed

+1
-1
lines changed

Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def doIt(self, args):
143143

144144
elif maya.cmds.about(windows=True):
145145
melCommand = r'system("start \"{0}\" \"{1}\" \"-projectPath {2} -executeMethod {3}\"");'\
146-
.format(unityProjectPath + "Assets/Integrations/BringToFront.exe", unityAppPath, unityProjectPath, unityCommand)
146+
.format(unityProjectPath + "/Assets/Integrations/BringToFront.exe", unityAppPath, unityProjectPath, unityCommand)
147147

148148
else:
149149
raise NotImplementedError("missing platform implementation for {0}".format(maya.cmds.about(os=True)))

0 commit comments

Comments
 (0)