MCPcopy Create free account
hub / github.com/adobe/Marinus / check_save_location

Function check_save_location

python3_cron_scripts/get_crt_sh.py:240–245  ·  view source on GitHub ↗

Check to see if the directory exists. If the directory does not exist, it will automatically create it.

(storage_manager, save_location)

Source from the content-addressed store, hash-verified

238
239
240def check_save_location(storage_manager, save_location):
241 """
242 Check to see if the directory exists.
243 If the directory does not exist, it will automatically create it.
244 """
245 storage_manager.create_folder(save_location)
246
247
248def main(logger=None):

Callers 1

mainFunction · 0.70

Calls 1

create_folderMethod · 0.45

Tested by

no test coverage detected