Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 authored May 7, 2022
1 parent 1269cbf commit 7262d7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ def __init__(self, path, dir=None, *args, **kwargs):
self.appdir = os.path.dirname(path)

self.geometry("900x650")
if platform in ["linux", "linux2"]:
self.appdir = os.path.join(os.path.abspath(os.getcwd()), "src")

self.minsize(800, 600)
self.title("Biscuit")

Expand Down

0 comments on commit 7262d7f

Please sign in to comment.