Skip to content

Commit 4e01daa

Browse files
committed
Fix typo that makes a string a tuple
* Just one tiny comma that needs to be moved downwards! * This breaks conda skeleton, which parses the pkginfo.yaml and doesn't expect a tuple/list there, see conda/conda-build#4227
1 parent a02381c commit 4e01daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ def test_otio():
334334
'otiopluginfo = opentimelineio.console.otiopluginfo:main',
335335
(
336336
'otioautogen_serialized_schema_docs = '
337-
'opentimelineio.console.autogen_serialized_datamodel:main',
338-
)
337+
'opentimelineio.console.autogen_serialized_datamodel:main'
338+
),
339339
],
340340
},
341341
extras_require={

0 commit comments

Comments
 (0)