fix test
This commit is contained in:
parent
3d90a75d81
commit
24dd8a12df
@ -118,6 +118,9 @@ class Inkycal:
|
|||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
raise SettingsFileNotFoundError
|
raise SettingsFileNotFoundError
|
||||||
|
|
||||||
|
if not os.path.exists(image_folder):
|
||||||
|
os.mkdir(image_folder)
|
||||||
|
|
||||||
# Option to use epaper image optimisation, reduces colours
|
# Option to use epaper image optimisation, reduces colours
|
||||||
self.optimize = True
|
self.optimize = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user