We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb76a0c commit df6ee12Copy full SHA for df6ee12
lean/commands/cloud/push.py
@@ -68,4 +68,4 @@ def push(project: Optional[Path], encrypt: Optional[bool], decrypt: Optional[boo
68
if key is not None:
69
raise RuntimeError(f"Encryption key can only be specified when pushing a single project.")
70
projects_to_push = [p.parent for p in Path.cwd().rglob(PROJECT_CONFIG_FILE_NAME)]
71
- push_manager.push_projects(projects_to_push, encryption_action, key)
+ push_manager.push_projects(projects_to_push, [], encryption_action, key)
0 commit comments