mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 05:27:54 -05:00
Revert
This commit is contained in:
@@ -210,13 +210,7 @@ async def run_pythagora_session(sm: StateManager, ui: UIBase, args: Namespace):
|
||||
fe_states = await sm.get_fe_states()
|
||||
be_back_logs, last_task_in_db = await sm.get_be_back_logs()
|
||||
|
||||
if (
|
||||
sm.current_state.specification
|
||||
and sm.current_state.specification.original_description
|
||||
and not fe_states
|
||||
and not be_back_logs
|
||||
and not last_task_in_db
|
||||
):
|
||||
if sm.current_state.specification and sm.current_state.specification.original_description:
|
||||
await ui.send_front_logs_headers(
|
||||
"", ["E1 / T1", "Writing Specification", "working"], "Writing Specification", ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user