Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
danjujan committed Oct 29, 2023
1 parent ac767cf commit cd00040
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ class SynthOVInsideLoop(VProject):
SourceRoot("SynthOVInsideLoop") / RSBinary("InsideLoop"),
ConfigParams(),
"--sum",
"24",
"1,2,3,4,4,1,2,1,3,1,1,4,2,23,3,2,4,4,5,1,2,3,4,4,1,2,1,3,1,1,4,2,23,3,2,4,4,5",
"24", "1,2,3,4,4,1,2,1,3,1,1,4,2,23,3,2,4,4,5,"
"1,2,3,4,4,1,2,1,3,1,1,4,2,23,3,2,4,4,5",
label="InsideLoop-no-input"
)
]
Expand Down

0 comments on commit cd00040

Please sign in to comment.