mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
fix call to is_dir()
This commit is contained in:
@@ -100,7 +100,7 @@ def publish_grpc_port(grpc_port) -> bool:
|
|||||||
logger.debug('no known directory for .ini file')
|
logger.debug('no known directory for .ini file')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if not ini_dir.is_dir:
|
if not ini_dir.is_dir():
|
||||||
logger.debug('ini directory does not exist')
|
logger.debug('ini directory does not exist')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user