-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello,
I have a little problem with klibs export function.
When I run klibs export, it display the following error :
C:\Users\wied\AppData\Local\Programs\Python\Python36\TaskSwitching_expe>klibs export
*** Exporting data from TaskSwitching ***
Local database: None
Traceback (most recent call last):
File "C:\Users\wied\AppData\Local\Programs\Python\Python36\Scripts\klibs-script.py", line 11, in
load_entry_point('KLibs==0.7.5a9', 'console_scripts', 'klibs')()
File "c:\users\wied\appdata\local\programs\python\python36\lib\site-packages\klibs_main_.py", line 182, in klibs_main
commandscmd
File "c:\users\wied\appdata\local\programs\python\python36\lib\site-packages\klibs\cli.py", line 399, in export
DatabaseManager().export(table, multi_file, join)
File "c:\users\wied\appdata\local\programs\python\python36\lib\site-packages\klibs\KLDatabase.py", line 477, in init
shutil.copy(P.database_path, P.database_local_path)
File "c:\users\wied\appdata\local\programs\python\python36\lib\shutil.py", line 239, in copy
if os.path.isdir(dst):
TypeError: _isdir: path should be string, bytes or os.PathLike, not NoneType
Best regards,
malek