Merged in hotfix/rv-action-wrong-preset (pull request #176)

fix(rv action): wrong preset to look for configuration

Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
Ondřej Samohel 2019-06-13 18:20:39 +00:00 committed by Milan Kolar
commit c6b625a36c

View file

@ -41,7 +41,7 @@ class RVAction(BaseAction):
)
else:
# if not, fallback to config file location
self.config_data = config.get_presets()['djv_view']['config']
self.config_data = config.get_presets()['rv']['config']
self.set_rv_path()
if self.rv_path is None: