Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Nov 23, 2023
1 parent 49cb4f3 commit 9f189ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ue4docker/infrastructure/BuildConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def addArguments(parser):
"--docker-build-args",
action="append",
default=[],
help="Specify additional options for 'docker build' commands"
help="Specify additional options for 'docker build' commands",
)
parser.add_argument(
"--exclude",
Expand Down

0 comments on commit 9f189ae

Please sign in to comment.