Skip to content

Commit d3a1d43

Browse files
author
Jussi Kukkonen
authored
Merge pull request #1383 from jku/old-style-logging
Metadata API/pylintrc: Use old style logging
2 parents d5deba2 + efd412a commit d3a1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/api/pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ max-line-length=80
4444
single-line-if-stmt=yes
4545

4646
[LOGGING]
47-
logging-format-style=new
47+
logging-format-style=old
4848

4949
[MISCELLANEOUS]
5050
notes=TODO

0 commit comments

Comments
 (0)