diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-18 23:38:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-18 23:38:05 -0300 |
commit | fbf37dcc7251e66334f611bf575d304f28affa15 (patch) | |
tree | 3ea258d39a071fa600df785d23b0a8ca39fb9e8c /game | |
parent | 62167b8faf8187baa4ec2c5fc2a87910712a8ed3 (diff) | |
download | client-fbf37dcc7251e66334f611bf575d304f28affa15.tar.gz client-fbf37dcc7251e66334f611bf575d304f28affa15.tar.bz2 client-fbf37dcc7251e66334f611bf575d304f28affa15.tar.xz client-fbf37dcc7251e66334f611bf575d304f28affa15.zip |
Fix a typo-ed report when cleaning cache
Diffstat (limited to 'game')
-rw-r--r-- | game/misc.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/misc.rpy b/game/misc.rpy index ab08095..3b7f9e1 100644 --- a/game/misc.rpy +++ b/game/misc.rpy @@ -223,7 +223,7 @@ label clear_cache: except: stdout("[CC] Removing %s... FAILED" % get_path(root+file)) os.remove(root+file) - stdout("[CC] Removing %s" % get_path(root+file)) + stdout("[CC] Removing %s" % (root+file)) continue # Erase file memory |