Project

General

Profile

Actions

Bug #9844

open

some string method are no longer valid in python 3

Added by Anchi Cheng over 3 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Category:
-
Target version:
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

Also available in: Atom PDF