We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecf3c0 commit fce4498Copy full SHA for fce4498
nipype/interfaces/traits_extension.py
@@ -33,7 +33,7 @@
33
from traits.api import BaseUnicode
34
from traits.api import Unicode
35
36
-DictStrStr = traits.Dict((bytes,str), (bytes, str))
+DictStrStr = traits.Dict((bytes,str,unicode), (bytes,str,unicode))
37
Str = Unicode
38
39
class BaseFile(BaseUnicode):
0 commit comments