From e8f775348beb56987741c5cbddb464b3755af408 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Fri, 18 Oct 2019 11:34:29 +0200 Subject: [PATCH] DOC: Clarified docstring --- src/caosdb/common/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py index abc4f6fb..8fda13cf 100644 --- a/src/caosdb/common/models.py +++ b/src/caosdb/common/models.py @@ -1376,7 +1376,8 @@ class File(Record): confused with the last segment of the files path). @param id: An ID. @param description: A description for this file record. - @param path: The path of the file in the server's "caosroot" file system. + @param path: The complete path, including the file name, of the file in the + server's "caosroot" file system. @param file: A local path or python file object. The file designated by this argument will be uploaded to the server via HTTP. @param pickup: A file/folder in the DropOffBox (the server will move that -- GitLab