Skip to content

Commit

Permalink
fix: add src to path
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong committed Oct 1, 2024
1 parent 79706e3 commit c384863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tkinter import filedialog
from pathlib import Path

sys.path.append(str(Path(__file__).absolute().parent.parent / "shithappens"))
sys.path.append(str(Path(__file__).absolute().parent.parent))

from shithappens.create_cards import main

Expand Down

0 comments on commit c384863

Please sign in to comment.