We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8413f1 commit 64d8863Copy full SHA for 64d8863
1 file changed
src/backend/base/langflow/__main__.py
@@ -955,7 +955,7 @@ def api_key_banner(unmasked_api_key) -> None:
955
pyperclip.copy(unmasked_api_key.api_key)
956
clipboard_available = True
957
except Exception: # noqa: BLE001
958
- pass
+ logger.debug("Clipboard not available in this environment; API key will be displayed on stdout only.")
959
960
clipboard_hint = (
961
f"The API key has been copied to your clipboard. [bold]{['Ctrl', 'Cmd'][is_mac]} + V[/bold] to paste it."
0 commit comments