From d47b6d066fb8ff1f6ca688f3d590ad5f8237d59d Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 20 Mar 2026 15:34:20 -0400 Subject: Fix copypasta in error message. --- python/collaboration/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/collaboration/file.py b/python/collaboration/file.py index ab566c84..e1c448a9 100644 --- a/python/collaboration/file.py +++ b/python/collaboration/file.py @@ -466,7 +466,7 @@ class RemoteFile: """ if isinstance(bv_or_db, BinaryView): if not bv_or_db.file.has_database: - raise RuntimeError("Cannot pull non-database view") + raise RuntimeError("Cannot push non-database view") db = bv_or_db.file.database else: db = bv_or_db -- cgit v1.3.1