Skip to content

Commit ed07c73

Browse files
authored
Update dynamoAPICurrentWorkspaceInfo.py
1 parent 41d8d7b commit ed07c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dynamoAPI/dynamoAPICurrentWorkspaceInfo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
fileName = currentWorkspacePath.split("\\")[-1]
2525

2626
# Removes the dyn File type from the end of the file name
27-
FileNameWithoutFileType = fileName.replace(".dyn","")
27+
fileNameWithoutFileType = fileName.replace(".dyn","")
2828

2929
# Outputs the full file path, file name with file type and just file name
30-
OUT = currentWorkspacePath, fileName, FileNameWithoutFileType
30+
OUT = currentWorkspacePath, fileName, fileNameWithoutFileType

0 commit comments

Comments
 (0)