Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError in Comment Viewer by ensuring Job object is handled as …
…iterable - Updated `viewComments` method in MenuActions.py to wrap single Job objects in a list. - This prevents TypeError when attempting to iterate over a non-iterable Job object.
- Loading branch information