Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseSantosAMD committed Jul 10, 2023
1 parent dbac579 commit deb2569
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions source/python/gui/source/tests/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1971,17 +1971,7 @@ def test_verbose_gui_flag_3():

def test_ip_port_flag():
t = subprocess.Popen(
[
sys.executable,
"-m",
"source",
"-w",
workload_dir,
"--port",
"8052",
"-n",
"0"
],
[sys.executable, "-m", "source", "-w", workload_dir, "--port", "8052", "-n", "0"],
stdout=subprocess.PIPE,
)

Expand Down

0 comments on commit deb2569

Please sign in to comment.