Hi,
I am trying to migrate my project from RTC 6.0.
The migration script is failing on function def setnewflowtargets(self, streamuuid) that is checking the RTC version if self.rtcversion >= 6: to set flowarg = "b" to be used as attribute of parameter --default %s --current %s.
I found that the problem is caused by the flowarg = "b" that was introduced on RTC version 6.0.1 however version 6.0 is without such attribute.
Here are links to the documentation:
Since I am working on RTC 6.0 I have hardcoded the flowarg to be always empty string and it passed then. Note: my migration did not finished correctly yet so I hope I did not messed up it with this settings (having problems with reaching change set history).