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()