You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have what named unicode String module name.
so, it didnt work..
i'm not good at using python. but i found solution
at 1900 Lines
if code_stream == None : tempUnicodeName = ''.join([x for x in MODULESTREAMNAME_StreamNameUnicode[0:len(MODULESTREAMNAME_StreamNameUnicode)] if ord(x) != 0]) code_stream = ofdoc.find_stream_by_name(tempUnicodeName) if code_stream == None: print 'code_stream is None' continue
The text was updated successfully, but these errors were encountered:
I have what named unicode String module name.
so, it didnt work..
i'm not good at using python. but i found solution
at 1900 Lines
if code_stream == None : tempUnicodeName = ''.join([x for x in MODULESTREAMNAME_StreamNameUnicode[0:len(MODULESTREAMNAME_StreamNameUnicode)] if ord(x) != 0]) code_stream = ofdoc.find_stream_by_name(tempUnicodeName) if code_stream == None: print 'code_stream is None' continue
The text was updated successfully, but these errors were encountered: