fix test
This commit is contained in:
		| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user