Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was calling the process image method twice to assign the tuple values item1 and 2 to variables. Had to call the method once and store the returned tuple into a new tuple. I could then use this to create item1 and 2 variables without running the method twice.
- Loading branch information