From fbf37dcc7251e66334f611bf575d304f28affa15 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Dec 2020 23:38:05 -0300 Subject: Fix a typo-ed report when cleaning cache --- game/misc.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game') 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 -- cgit v1.2.3-70-g09d2