zigbeefordomoticz / Domoticz-Zigbee

Zigbee plugin for Domoticz. Allow to connect various zigbee controllers like Zigate but also Texas Instrument CC2531, CC13x2, CC26x2 ; Silicon-Labs; deConz based chipset to be connected to Domoticz
GNU General Public License v3.0
99 stars 43 forks source link

Refactor/usering pathlib path #1572

Closed pipiche38 closed 1 year ago

pipiche38 commented 1 year ago

Refactor the all path and filename management and rely on the pathlib.Path method This should help in addressing Linux vs. Windows issues

This module offers classes representing filesystem paths with semantics appropriate for different operating systems

1570