fix git version
This commit is contained in:
parent
36a9228ad8
commit
ad73ce0571
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue