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
line 1787 in britishise.py: print('Finished Britishisation of {0:d}'.format(sys.argv[1]))
raises ValueError: Unknown format code 'd' for object of type 'str'
I'm not familiar with Python 2. Is this supposed to be run with python 2?
The text was updated successfully, but these errors were encountered:
line 1787 in britishise.py:
print('Finished Britishisation of {0:d}'.format(sys.argv[1]))
raises ValueError: Unknown format code 'd' for object of type 'str'
I'm not familiar with Python 2. Is this supposed to be run with python 2?
The text was updated successfully, but these errors were encountered: