Skip to content

use .format() instead of f-string

Dirk HOFFMANN requested to merge github/fork/ederag/python3.4_support into master

Created by: ederag

For compatibility with python < 3.6. https://docs.python.org/3/whatsnew/3.6.html#pep-498-formatted-string-literals

Merge request reports