Skip to content

Commit aa3644a

Browse files
author
MohamedElgammal
committed
Revert "fix formatting"
This reverts commit 0ae0cb3.
1 parent 8759053 commit aa3644a

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

vtr_flow/scripts/python_libs/vtr/task.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@ 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))))
462465

463466
expected_min_w = ret_expected_min_w(circuit, arch, golden_results, param)
464467
expected_min_w = (

0 commit comments

Comments
 (0)