mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
remove extra conole out from sync message after upload
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -86,7 +86,6 @@ def upload(
|
||||
console.print(f"[blue]Syncing project '{project}'...[/blue]")
|
||||
try:
|
||||
await sync_project(project)
|
||||
console.print("[green]✓ Project synced[/green]")
|
||||
except Exception as e:
|
||||
console.print(f"[yellow]Warning: Sync failed: {e}[/yellow]")
|
||||
console.print("[dim]Files uploaded but may not be indexed yet[/dim]")
|
||||
|
||||
Reference in New Issue
Block a user