Skip to content

Commit 683c347

Browse files
committed
use getter
1 parent 654f2f4 commit 683c347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ public boolean isForwardAvailible() {
874874
public File getSelf() {
875875
if (self == null) {
876876
try {
877-
self = File.createTempFile(DownloadManager.sanitizeString(projectName), ".doodle");
877+
self = File.createTempFile(DownloadManager.sanitizeString(getMyProjectName()), ".doodle");
878878
} catch (IOException e) {
879879
// Auto-generated catch block
880880
com.neuronrobotics.sdk.common.Log.error(e);

0 commit comments

Comments
 (0)