summaryrefslogtreecommitdiff
path: root/python/filemetadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/filemetadata.py')
-rw-r--r--python/filemetadata.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/filemetadata.py b/python/filemetadata.py
index 2eab669a..5f59bcc7 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -426,6 +426,9 @@ class FileMetadata:
:param SaveSettings settings: optional argument for special save options.
:return: true on success, false on failure
:rtype: bool
+
+ .. warning:: The calling thread must not hold a lock on the BinaryView instance as this action is run on the main thread which requires the lock.
+
:Example:
>>> settings = SaveSettings()
>>> bv.file.create_database(f"{bv.file.filename}.bndb", None, settings)