This commit is contained in:
GCS-ZHN 2025-04-24 17:19:57 +08:00 committed by GitHub
commit e8fc94bfc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ def run_on_host(
fab_conn = fabric.Connection(hostinfo.hostname, port=hostinfo.port)
finish = False
env_msg = " ".join([f'{k}="{v}"' for k, v in env.items()])
env_msg = " ".join([f"{k}='{v}'" for k, v in env.items()])
# keep listening until exit
while not finish: