From a02fdf5c3e070e5d0c8eec6a40818047c2f3f0db Mon Sep 17 00:00:00 2001 From: Inus Scheepers Date: Thu, 16 May 2024 21:14:47 +0200 Subject: [PATCH] =?UTF-8?q?Add=20path=20for=20package=20fb=5Fexport=20=20?= =?UTF-8?q?=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fb_export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fb_export.py b/src/fb_export.py index 7e38bb3..607939e 100755 --- a/src/fb_export.py +++ b/src/fb_export.py @@ -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