Add extra comment on helper function

This commit is contained in:
jo 2021-05-29 17:48:56 +02:00
parent 6700b4b8e0
commit 21c8aa65db
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ def test_basic_samefile(src_dir):
def import_and_restore(src_dir, dest_dir) -> dict:
"""
Small helper to test the FileMoverAnalyzer.move function.
Move the file and restore it back to it's origine.
"""
# Import the file
metadata = FileMoverAnalyzer.move(
os.path.join(src_dir, AUDIO_FILENAME),