Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flowarg attribute is available since RTC version 6.0.1 on version 6.0 it should be empty string #169

Open
jpachta opened this issue Apr 14, 2023 · 0 comments

Comments

@jpachta
Copy link

jpachta commented Apr 14, 2023

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).

@jpachta jpachta changed the title flowarg attribute is available since RTC version 6.0.1 on version 6.0 it shoul be empty string flowarg attribute is available since RTC version 6.0.1 on version 6.0 it should be empty string Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant