We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654f2f4 commit 683c347Copy full SHA for 683c347
src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java
@@ -874,7 +874,7 @@ public boolean isForwardAvailible() {
874
public File getSelf() {
875
if (self == null) {
876
try {
877
- self = File.createTempFile(DownloadManager.sanitizeString(projectName), ".doodle");
+ self = File.createTempFile(DownloadManager.sanitizeString(getMyProjectName()), ".doodle");
878
} catch (IOException e) {
879
// Auto-generated catch block
880
com.neuronrobotics.sdk.common.Log.error(e);
0 commit comments