On ubuntu, saving anything causes error but does save
Opened this issue · 0 comments
MrHMalik commented
Exception: OSError: [Errno 18] Invalid cross-device link
Fix: Just need to replace s_hutil.move(tmp, dst)_ with subprocess.run(['mv', tmp, dst]) (and import subprocess of course) in libraryitem.py: line 657