Skip to content
Snippets Groups Projects
Commit 2b468f00 authored by Kien Le's avatar Kien Le
Browse files

Fix type

parent 06ef7189
No related branches found
No related tags found
1 merge request!218Fix program not fitting on low resolution screens
...@@ -29,7 +29,7 @@ if os_name == 'macOS': ...@@ -29,7 +29,7 @@ if os_name == 'macOS':
def fix_relative_paths() -> None: 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. correctly.
""" """
current_file_path = os.path.abspath(__file__) current_file_path = os.path.abspath(__file__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment