Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Aug 2, 2024
1 parent 6b3e8cd commit f96c288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirtnbdbackup/argopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ def addDebugArgs(opt: _ArgumentGroup) -> None:
def addLogArgs(opt, prog):
"""Logging related arguments"""
try:
HOME=os.environ['HOME']
HOME = os.environ["HOME"]
except KeyError:
HOME="/tmp"
HOME = "/tmp"
opt.add_argument(
"-L",
"--logfile",
Expand Down

0 comments on commit f96c288

Please sign in to comment.