refactor still on going
This commit is contained in:
@@ -8,7 +8,7 @@ def run_note_action(action: str, result: Any, args: Sequence[str], config: Dict[
|
||||
act = str(action or "").strip().lower()
|
||||
|
||||
if act == "add":
|
||||
from cmdlet.file.add_note import CMDLET as ADD_NOTE_CMDLET
|
||||
from cmdlet.metadata.note_add import CMDLET as ADD_NOTE_CMDLET
|
||||
|
||||
return int(ADD_NOTE_CMDLET.run(result, args, config))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user