dasch-swiss / dsp-tools

A Python library and tools for the DSP-API
https://docs.dasch.swiss/latest/DSP-TOOLS
GNU General Public License v3.0
10 stars 4 forks source link

fix(xmllib): turn `Resource.new()` into `staticmethod` (DEV-4250) #1220

Closed Nora-Olivia-Ammann closed 2 weeks ago

linear[bot] commented 2 weeks ago

DEV-4250 fix change Resource.new into static method

Nora-Olivia-Ammann commented 2 weeks ago

It is in fact a bug. You cannot use the new function because self is missing. I tried it out with noemi and it did not work.