From d5522f0d0ad6a6eb432bf2e7489f216d65c73ddd Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Fri, 25 Jun 2021 17:31:43 -0500 Subject: [PATCH] Yet another silly mistake. Sigh. --- fileops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileops.py b/fileops.py index b4c02329..70fd79b0 100644 --- a/fileops.py +++ b/fileops.py @@ -83,4 +83,4 @@ def getstoryfiles(): # Returns True if json file exists with requested save name #==================================================================# def saveexists(name): - return path.exists(path.dirname(os.path.realpath(__file__))+"/stories/"+name+".json") + return path.exists(path.dirname(path.realpath(__file__))+"/stories/"+name+".json")