Skip to content

Commit

Permalink
Merge pull request #7 from inus/fb5-test
Browse files Browse the repository at this point in the history
Add path for package fb_export  ¯\_(ツ)_/¯
  • Loading branch information
inus authored May 16, 2024
2 parents 6278995 + a02fdf5 commit 6212b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fb_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.dirname(SCRIPT_DIR))
sys.path.append(os.path.dirname(SCRIPT_DIR + '/fb_export'))


from args import get_args
Expand Down

0 comments on commit 6212b35

Please sign in to comment.