From 2b468f00f7229698cee7c0036c4c4d32e16ab398 Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Mon, 6 Nov 2023 09:38:42 -0700 Subject: [PATCH] Fix type --- sohstationviewer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sohstationviewer/main.py b/sohstationviewer/main.py index b10051951..0fad59cd3 100755 --- a/sohstationviewer/main.py +++ b/sohstationviewer/main.py @@ -29,7 +29,7 @@ if os_name == 'macOS': def fix_relative_paths() -> None: """ - Change the working director so that the relative paths in the code work + Change the working directory so that the relative paths in the code work correctly. """ current_file_path = os.path.abspath(__file__) -- GitLab