You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to check that fmupath in testcase.py TestCase __Init__ method exists or else an exception is thrown. The proposed modification is to add a try: execpt: with the os.path.exists() method.
The text was updated successfully, but these errors were encountered:
@dhblum I updated the pull request. Also to leave trace here for our conversation today. In a future version the error trigger should be moved directly to the bash script to be more precise in the error identification.
This issue is to check that
fmupath
intestcase.py TestCase __Init__
method exists or else an exception is thrown. The proposed modification is to add atry: execpt:
with theos.path.exists()
method.The text was updated successfully, but these errors were encountered: