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