Skip to content
Snippets Groups Projects
Commit 45b2268c authored by juga's avatar juga
Browse files

Fix E302 linter error

parent e75d92f6
Branches
Tags
No related merge requests found
......@@ -23,6 +23,7 @@ SOCKET_TIMEOUT = 60 # seconds
SPEC_VERSION = '1.1.0'
def is_initted(d):
if not os.path.isdir(d):
log.debug('%s not initialized: %s doesn\'t exist', d, d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment