Skip to content

Commit a1778ad

Browse files
committed
Make black happy about qubes/utils.py
1 parent f8ffb89 commit a1778ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qubes/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def replace_file(
236236
permissions,
237237
close_on_success=True,
238238
logger=LOGGER,
239-
log_level=logging.DEBUG
239+
log_level=logging.DEBUG,
240240
):
241241
"""Yield a tempfile whose name starts with dst. If the block does
242242
not raise an exception, apply permissions and persist the

0 commit comments

Comments
 (0)