Describe the bug
When you have a scenario file with some robot files, but the Manager cannot find them, the Manager will crash.
To Reproduce
Steps to reproduce the behavior:
Open Manager
Save a scenario file with example robot file.
Close Manager
Delete or move the robot file
Open Manager
See error
Expected behavior
Manager should handle this with a special message that rejects the scenario file and tells which files are not there. For now, if you want to repair Manager you need to delete the RFSwarmManager.ini and reopen the Manager.
Screenshots
Additional context
test.rfs file:
[Scenario]
uploadmode = err
scriptcount = 1
graphlist =
[1]
robots = 10
delay = 10
rampup = 10
run = 10
test = Example Test Case
script = i_dont_exist.robot
Describe the bug When you have a scenario file with some robot files, but the Manager cannot find them, the Manager will crash.
To Reproduce Steps to reproduce the behavior:
Expected behavior Manager should handle this with a special message that rejects the scenario file and tells which files are not there. For now, if you want to repair Manager you need to delete the RFSwarmManager.ini and reopen the Manager.
Screenshots
Additional context test.rfs file: