ParserError first time running plotman #932
-
I've got the following error when running Any help would be appreciated. raise ParserError("while parsing a block mapping", self.marks[-1],
yaml.parser.ParserError: while parsing a block mapping
in "<unicode string>", line 44, column 9:
tmp: /mnt/ram
^
expected <block end>, but found '<block mapping start>'
in "<unicode string>", line 51, column 10:
tmp2: /mnt/nvme1
^ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
plotman/src/plotman/resources/plotman.yaml Lines 44 to 48 in 1b7dfba I wonder if you also have some inconsistent indentation. |
Beta Was this translation helpful? Give feedback.
tmp:
is expected to be a list, not a string, even if you have only one.plotman/src/plotman/resources/plotman.yaml
Lines 44 to 48 in 1b7dfba
I wonder if you also have some inconsistent indentation.