You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.write(f"[api]\nemail={login_id}\n# Fill the passcmd field with a command that outputs the API key.\n# The API key is temporarily stored in the 'zulip_key' file at {os.path.dirname(os.path.abspath(to_path))}.\n# After storing the key in a password manager, replace the cmd.\npasscmd=cat zulip_key\nsite={server_url}")
339
348
return""
340
349
exceptFileExistsError:
341
350
returnf"zuliprc already exists at {to_path}"
342
351
exceptOSErrorasex:
343
352
returnf"{ex.__class__.__name__}: zuliprc could not be created at {to_path}"
0 commit comments