Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup syntax error in python2 after 2to3 migration
fixup for 7d74c2e there is one use of `print(str, file=...)` after the transition.
- Loading branch information
1f77e71
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering, is this pushed to the devel branch directly w/o a PR for this change? Can't find any.
The same change solves ros-drivers/linux_peripheral_interfaces#20 (comment)
1f77e71
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I pushed this as a direct fixup because it was an obvious oversight which broke our PR2 setup when I wanted to run an experiment.
Sorry for the lack of documentation.