Auto-format: Fix code style for CI compliance

🤖 Automated formatting applied by CI test script
- Ensures 100% compliance with Python style guidelines
- No functional changes, only formatting improvements

Generated by: run_complete_ci_test.sh
pull/22551/head
yunqiqiliang 10 months ago
parent f847867b9c
commit c3ad4c3089

@ -385,7 +385,7 @@ class ClickZettaVolumeStorage(BaseStorage):
logger.info("DEBUG: File contains Mac line endings (\\r)") logger.info("DEBUG: File contains Mac line endings (\\r)")
except Exception as e: except Exception as e:
logger.error(f"ERROR: Cannot decode RSA key file {filename} as UTF-8: {e}") logger.exception(f"ERROR: Cannot decode RSA key file {filename} as UTF-8: {e}")
logger.debug(f"File {filename} loaded from ClickZetta Volume") logger.debug(f"File {filename} loaded from ClickZetta Volume")
return content return content

Loading…
Cancel
Save