-
Notifications
You must be signed in to change notification settings - Fork 2
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
Open latest workfile hook #11
base: develop
Are you sure you want to change the base?
Conversation
# Execute after workfile template copy | ||
order = 10 | ||
app_groups = ("equalizer", "sdv_3dequalizer") | ||
launch_types = LaunchTypes.local |
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.
This must be a set
launch_types = LaunchTypes.local | |
launch_types = {LaunchTypes.local} |
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.
I copied it from
app_groups = ("equalizer", "sdv_3dequalizer") |
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.
I'd say so. @antirotor any idea where that sdv_3dequalizer
comes from?
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.
I think it comes from the time where you couldn't have number at the start of the name, so it was prefixed by "sdv" -Science D-Visions". Then it stayed there for compatibility reasons
cea46ff
to
9aca4a0
Compare
Hi, could we merge this? |
Changelog Description
This PR fixes #8
Additional review information
I can't test this right now because we don't have a license but maybe @antirotor can?
Testing notes: