persistent-evdev icon indicating copy to clipboard operation
persistent-evdev copied to clipboard

fix: Create cache dir if doesnt exist

Open Ghibranalj opened this issue 2 years ago • 0 comments

fixes issue #2

i just added to lines

if not os.path.exists(self.state.cache_path):
    os.makedirs(self.state.cache_path)

inside make_capabilities_path()

Ghibranalj avatar Dec 10 '23 22:12 Ghibranalj