Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os.path.join(*file_path.split("/")) construction drops leading slash from string thus making absolute path relative. It leads into problems in case if data_dir differs from directory where is zeronet installed.
- Loading branch information