From ad73ce0571e6b92199ff24f1e4e6a058e936f0ce Mon Sep 17 00:00:00 2001 From: rambros Date: Thu, 19 Mar 2026 15:04:04 +0530 Subject: [PATCH] fix git version --- disco-reaper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/disco-reaper.py b/disco-reaper.py index ccee593..bc27def 100644 --- a/disco-reaper.py +++ b/disco-reaper.py @@ -61,9 +61,8 @@ def relaunch_in_terminal(): def main(): import os - # Ensure screenshots directory exists and is configured + # Ensure screenshots directory is configured (but not created yet) shot_path = os.path.abspath("screenshots") - os.makedirs(shot_path, exist_ok=True) os.environ["TEXTUAL_SCREENSHOT_LOCATION"] = shot_path relaunch_in_terminal()