Add info when restore
This commit is contained in:
@@ -2,6 +2,7 @@ from tjnetwork import *
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
for p in list_project():
|
for p in list_project():
|
||||||
|
print(f'restore {p}...')
|
||||||
open_project(p)
|
open_project(p)
|
||||||
restore(p)
|
restore(p)
|
||||||
close_project(p)
|
close_project(p)
|
||||||
|
|||||||
Reference in New Issue
Block a user