mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix python style issues reported by flake8
Additionally some python2-only "print" statements are now compatible with python3.
This commit is contained in:
parent
73f885e382
commit
7063330e03
17 changed files with 102 additions and 103 deletions
|
@ -42,7 +42,7 @@ import sphinxsearch
|
|||
|
||||
|
||||
prog_name = sys.argv[0]
|
||||
index_name = prog_name[prog_name.find("_")+1:]
|
||||
index_name = prog_name[prog_name.find("_") + 1:]
|
||||
|
||||
if len(sys.argv) == 2 and sys.argv[1] == "autoconf":
|
||||
print("yes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue