mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Fix warnings
This commit is contained in:
parent
2dc04b1682
commit
8f70770107
9 changed files with 19 additions and 52 deletions
scenes
|
@ -63,7 +63,7 @@ func load(path):
|
|||
helpers.crash("Level %s does not exist." % path)
|
||||
|
||||
for repo in repos:
|
||||
repos[repo].path = game.tmp_prefix_inside+"repos/%s/" % repo
|
||||
repos[repo].path = game.tmp_prefix+"repos/%s/" % repo
|
||||
repos[repo].slug = repo
|
||||
|
||||
# Surround all lines indented with four spaces with [code] tags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue