mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Fix warnings
This commit is contained in:
parent
2dc04b1682
commit
8f70770107
9 changed files with 19 additions and 52 deletions
scenes
|
@ -15,7 +15,7 @@ func _ready():
|
|||
helpers.crash("Directory %s does not exist" % args["sandbox"])
|
||||
|
||||
if path == null:
|
||||
path = game.tmp_prefix_inside+"/repos/sandbox/"
|
||||
path = game.tmp_prefix+"/repos/sandbox/"
|
||||
helpers.careful_delete(path)
|
||||
|
||||
game.global_shell.run("mkdir " + path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue