fix(analyzer): update docstring for organise_file
This commit is contained in:
parent
d4ffaf9a89
commit
977b499d5e
|
@ -19,7 +19,7 @@ def organise_file(
|
||||||
|
|
||||||
If you import multiple copies of the same file, the behavior is:
|
If you import multiple copies of the same file, the behavior is:
|
||||||
- The first filename is preserved.
|
- 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_)
|
filepath = Path(filepath_)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue