Materials-Data-Science-and-Informatics / somesy

A CLI tool for synchronizing software project metadata
https://materials-data-science-and-informatics.github.io/somesy/main/
MIT License
12 stars 2 forks source link

NamedTemporaryFile error in windows #49

Closed mustafasoylu closed 10 months ago

mustafasoylu commented 1 year ago

The bug NamedTemporaryFile usage results with "PermissionError: [Errno 13] Permission denied:" error.

To Reproduce Steps to reproduce the behavior:

  1. Run tests in Windows 11.

Environment

mustafasoylu commented 1 year ago
  1. Windows user names with blank spaces create a problem since the Windows path is converted to something else in the way. I will create a Temp folder directly before the user folder, as C:/Temp if the OS is Windows.
  2. rdflib library has a bug for which I created an issue.