Actions
Bug #9844
opensome string method are no longer valid in python 3
Start date:
01/25/2021
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 4.0
Show in known bugs:
No
Workaround:
Description
string.join('test', ';') becomes ';'.join('test')
string.zfill('123',5) becomes '123'.zfill(5)
No data to display
Actions