fix: complete logic audit — mark_completed on transfer, reset_state for interactive source, proper error propagation, user-visible commands
This commit is contained in:
@@ -122,6 +122,7 @@ def main():
|
||||
_handle_keyboard_interrupt()
|
||||
if choice == "1":
|
||||
from source.source import run_source_mode
|
||||
state.reset_state(mode="source")
|
||||
try:
|
||||
run_source_mode()
|
||||
except KeyboardInterrupt:
|
||||
|
||||
Reference in New Issue
Block a user