Support restore operation
This commit is contained in:
@@ -221,7 +221,9 @@ def read_inp(project: str, inp: str):
|
||||
create_project(project)
|
||||
open_project(project)
|
||||
|
||||
execute_batch_command(project, _read_inp(inp))
|
||||
execute_batch_commands(project, _read_inp(inp))
|
||||
op = get_current_operation(project)
|
||||
write(project, f'update restore_operation set id = {op}')
|
||||
|
||||
|
||||
def dump_inp(project: str, inp: str):
|
||||
|
||||
Reference in New Issue
Block a user