Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the teardown function to prevent AttributeError by adding checks to see if the attribute and path exists before trying to remove it. Before fix: ERROR: 'Stressng' object has no attribute 'loop_dev' ERROR: 'Stressng' object has no attribute 'stressmnt' After fix: CANCEL: Build Failed, Please check the build logs for details !! Signed-off-by: Disha Goel <[email protected]>
- Loading branch information