Skip to content

Commit

Permalink
update push prompt (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjra2611 authored Nov 27, 2023
1 parent 7bfed05 commit d680829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lean/components/cloud/push_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def _push_metadata(self, project: Path, cloud_project: QCProject, encryption_act
if update_args != {}:
self._api_client.projects.update(cloud_project.projectId, **update_args)

if "encryption_key" in update_args:
del update_args["encryption_key"]
updated_keys = list(update_args)
if len(updated_keys) == 1:
updated_keys_str = updated_keys[0]
Expand Down

0 comments on commit d680829

Please sign in to comment.