Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Dec 21, 2023
1 parent a1a2798 commit dd63c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os, sys

current_dir = os.getcwd()
current_dir = os.path.join(os.getcwd(), "python")
sys.path.append(current_dir)

from FlightRadar24 import __version__ as version
Expand Down

0 comments on commit dd63c7f

Please sign in to comment.