We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a909d98 commit 4f66326Copy full SHA for 4f66326
plotly/tools.py
@@ -177,7 +177,7 @@ def get_credentials_file(*args, **kwargs):
177
if 'custom_creds' in kwargs:
178
PLOTLY_DIR = os.path.join(os.path.expanduser("~"), ".plotly")
179
CREDENTIALS_ = os.path.join(PLOTLY_DIR,
180
- ".{}".format(
+ "{}".format(
181
kwargs['custom_creds']))
182
else:
183
CREDENTIALS_ = CREDENTIALS_FILE
@@ -275,7 +275,7 @@ def get_config_file(*args, **kwargs):
275
if 'custom_config' in kwargs:
276
277
CONFIG_ = os.path.join(PLOTLY_DIR,
278
279
kwargs['custom_config']))
280
281
0 commit comments