MUSECA plus: fix read script

This commit is contained in:
seth 2020-12-21 15:05:21 +00:00 committed by Jennifer Taylor
parent e70b74f21a
commit 5522b80994

View File

@ -2839,7 +2839,7 @@ class ImportMuseca(ImportBase):
no_combine: bool,
update: bool,
) -> None:
if version in ['1', '1+1/2']:
if version in ['1', '1+1/2', 'plus']:
actual_version = {
'1': VersionConstants.MUSECA,
'1+1/2': VersionConstants.MUSECA_1_PLUS,