Skip to content

Commit 8dd3f92

Browse files
committed
settings IDs
1 parent 9d03ffd commit 8dd3f92

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

plash_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _get_client(cfg=PLASH_CONFIG_HOME):
3535
def _mk_auth_req(url:str, method:str='get', timeout=300., **kwargs):
3636
r = getattr(_get_client(), method)(url, timeout=timeout, **kwargs)
3737
if r.status_code == 200: return r
38-
else: print(f'Failure: {r.headers["X-Plash-Error"]}')
38+
else: print(f'Failure: {r.headers}')
3939

4040
# %% ../nbs/00_cli.ipynb 9
4141
def _get_app_name(path:Path):

settings.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ console_scripts = plash_deploy=plash_cli.cli:_deploy
4141
readme_nb = index.ipynb
4242
allowed_metadata_keys =
4343
allowed_cell_metadata_keys =
44-
clean_ids = True
4544
clear_all = False
4645
cell_number = True
4746
skip_procs =

0 commit comments

Comments
 (0)