ikalchev / HAP-python

A python implementation of the HomeKit Accessory Protocol (HAP)
Other
619 stars 118 forks source link

Avoid os.chmod failing on Windows if file non-existant #471

Open pjkundert opened 5 months ago

pjkundert commented 5 months ago

On Windows, os.chmod fails if the target file doesn't exist. Avoid calling it in that case.