We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dc504 commit 3aef562Copy full SHA for 3aef562
PySpice/Spice/Parser.py
@@ -817,6 +817,7 @@ def _merge_lines(self, raw_lines):
817
lines = []
818
current_line = None
819
for line_index, line_string in enumerate(raw_lines):
820
+ line_string = line_string.lstrip(' ')
821
if line_string.startswith('+'):
822
current_line.append(line_string[1:].strip('\r\n'))
823
else:
0 commit comments