Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown format code 'd' for object of type 'str' #1

Open
Daniel-Chin opened this issue Nov 24, 2021 · 0 comments
Open

Unknown format code 'd' for object of type 'str' #1

Daniel-Chin opened this issue Nov 24, 2021 · 0 comments

Comments

@Daniel-Chin
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant