mirror of
https://github.com/google/bumble.git
synced 2026-05-10 04:18:03 +00:00
fix format
This commit is contained in:
@@ -108,6 +108,7 @@ def publish_grpc_port(grpc_port) -> bool:
|
|||||||
try:
|
try:
|
||||||
ini_file.write_text(f'grpc.port={grpc_port}\n')
|
ini_file.write_text(f'grpc.port={grpc_port}\n')
|
||||||
logger.debug(f"published gRPC port at {ini_file}")
|
logger.debug(f"published gRPC port at {ini_file}")
|
||||||
|
|
||||||
def cleanup():
|
def cleanup():
|
||||||
logger.debug("removing .ini file")
|
logger.debug("removing .ini file")
|
||||||
ini_file.unlink()
|
ini_file.unlink()
|
||||||
|
|||||||
Reference in New Issue
Block a user