added final enter to export command

This commit is contained in:
2019-11-09 17:34:45 +01:00
parent 9a8bdeb939
commit 68f4bccb59

View File

@@ -192,7 +192,7 @@
(command "._-AECEXPORTTOAUTOCAD" "f" "2013" "" savepath) (command "._-AECEXPORTTOAUTOCAD" "f" "2013" "" savepath)
(print "Too long filename, saved to desktop!") (print "Too long filename, saved to desktop!")
) )
(command "._-AECEXPORTTOAUTOCAD" "f" "2013" "s" "_cleaned" "") (command "._-AECEXPORTTOAUTOCAD" "f" "2013" "s" "_cleaned" "" "")
) )
) )