Skip to content

Commit 0ae0cb3

Browse files
author
MohamedElgammal
committed
fix formatting
1 parent a9987ab commit 0ae0cb3

File tree

1 file changed

+0
-3
lines changed
  • vtr_flow/scripts/python_libs/vtr

1 file changed

+0
-3
lines changed

vtr_flow/scripts/python_libs/vtr/task.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,6 @@ def create_job(
459459
param_string = "common" + (("_" + param.replace(" ", "_")) if param else "")
460460
if not param:
461461
param = "common"
462-
# determine spacing for nice output
463-
num_spaces_before = int((longest_name - len(config.task_name))) + 8
464-
num_spaces_after = int((longest_arch_circuit - len(work_dir + "/{}".format(param_string))))
465462

466463
expected_min_w = ret_expected_min_w(circuit, arch, golden_results, param)
467464
expected_min_w = (

0 commit comments

Comments
 (0)