Skip to content

Commit

Permalink
fix f-string
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>
  • Loading branch information
ddneilson committed Aug 13, 2024
1 parent 1997d60 commit 05a39e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deadline_test_fixtures/deadline/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def configure_worker_command(

cmds = [
"source /opt/deadline/worker/bin/activate",
"AWS_DEFAULT_REGION={self.configuration.region}",
f"AWS_DEFAULT_REGION={self.configuration.region}",
config.worker_agent_install.install_command_for_linux,
*(config.pre_install_commands or []),
# fmt: off
Expand Down

0 comments on commit 05a39e3

Please sign in to comment.