MCPcopy Index your code
hub / github.com/InstaPy/InstaPy / verify_database_directories

Function verify_database_directories

instapy/database_engine.py:126–129  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

124
125
126def verify_database_directories(address):
127 db_dir = os.path.dirname(address)
128 if not os.path.exists(db_dir):
129 os.makedirs(db_dir)
130
131
132def validate_database_address():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected