Skip to content

Commit

Permalink
fix : description_control function modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 15, 2024
1 parent af19d79 commit 7a56a87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opem/Functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,7 @@ def description_control(
print(i + " : " + str(Test_Vector[i]))
print("\n")
line()
input_temp = input("Press any key to continue")
del input_temp
_ = input("Press any key to continue")
Analysis_Dict[Analysis_Name](
InputMethod=Test_Vector, TestMode=True)
else:
Expand Down

0 comments on commit 7a56a87

Please sign in to comment.