Refine
This commit is contained in:
@@ -275,6 +275,9 @@ def read_inp(project: str, inp: str, version: str = '3') -> bool:
|
||||
if version != '3' and version != '2':
|
||||
version = '2'
|
||||
|
||||
print(project)
|
||||
print(inp)
|
||||
|
||||
if is_project_open(project):
|
||||
close_project(project)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user