Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 27, 2024
1 parent a29be98 commit 19b5ba0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spalloc_client/scripts/alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ def run_command(

# Make substitutions in command arguments
commands = [arg.format(root_hostname,
hostname=root_hostname,
w=width,
width=width,
h=height,
height=height,
ethernet_ips=ip_file_filename,
id=job_id)
hostname=root_hostname,
w=width,
width=width,
h=height,
height=height,
ethernet_ips=ip_file_filename,
id=job_id)
for arg in command]

# NB: When using shell=True, commands should be given as a string rather
Expand Down

0 comments on commit 19b5ba0

Please sign in to comment.