Beispiel #1
0
        def found_path_callback(path):
            """
            Initializes ``Note` `from found ``path`` and puts it
            into the notes queue.

            This function can easily feature deduplication (and actually
            did) but I am not quite sure if this is actually desired.
            """
            notes_q_put(Note(path))