Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle possible null actions in interactive.py (#3914)
* handle possible null actions interactive.py It is possible that there are tasks, but there is no previous actions value so actions is None. This addresses that issue by setting actions to an empty string if it is None.
- Loading branch information