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
In the creation of an element use str.format over str.replace
As this will only require one call to the string instead of multiple calls
This is mainly for line 47 onwards of ElementManager.py
Useful information https://pyformat.info/
EDIT
Ignore this I am creating a pull request for this issue. (Along with fixing a few other things)
The text was updated successfully, but these errors were encountered:
In the creation of an
element
usestr.format
overstr.replace
As this will only require one call to the string instead of multiple calls
This is mainly for line 47 onwards of ElementManager.py
Useful information
https://pyformat.info/
EDIT
Ignore this I am creating a pull request for this issue. (Along with fixing a few other things)
The text was updated successfully, but these errors were encountered: