From 977b499d5efdd01db75df83544c0e402c6326e02 Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 20 Feb 2022 21:06:39 +0100 Subject: [PATCH] fix(analyzer): update docstring for organise_file --- analyzer/libretime_analyzer/pipeline/organise_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/libretime_analyzer/pipeline/organise_file.py b/analyzer/libretime_analyzer/pipeline/organise_file.py index d3fca0cbe..4dc68be89 100644 --- a/analyzer/libretime_analyzer/pipeline/organise_file.py +++ b/analyzer/libretime_analyzer/pipeline/organise_file.py @@ -19,7 +19,7 @@ def organise_file( If you import multiple copies of the same file, the behavior is: - The first filename is preserved. - - The next filenames receive the current date append to the name. + - The next filenames receive an uuid append to the name. """ filepath = Path(filepath_)