Move directory creation to storage
Created by: wasabideveloper
Move the lines 150-151 of GisExcerptConverter:
if not os.path.exists(private_storage.location):
os.makedirs(private_storage.location)
to the storage itselfs and write a test.
Created by: wasabideveloper
Move the lines 150-151 of GisExcerptConverter:
if not os.path.exists(private_storage.location):
os.makedirs(private_storage.location)
to the storage itselfs and write a test.