Skip to content

Commit

Permalink
fixup: Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Feb 28, 2022
1 parent 1d3b7da commit 34d0545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/TWCManager/Control/HTTPControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,9 +833,7 @@ def do_GET(self):
]
).decode("UTF-8")
except subprocess.CalledProcessError as error:
page += "An error occurred attempting upgrade: " + str(
error
)
page += "An error occurred attempting upgrade: " + str(error)

self.wfile.write(page.encode("utf-8"))
return
Expand Down

0 comments on commit 34d0545

Please sign in to comment.