ruby/psych

"*.temp.mta.yaml" file is not a valid MTA descriptor: yaml: line 39: did not find expected key

InsafKhan30 opened this issue · 1 comments

Hi,
I am facing issue during Fiori deployment of my app. While running the cmd "fiori add deploy-config cf" in VS Code it gives an error -
the "C:\Users\abc\Appdata\Local\Temp\jkdnknd22883.temp.mta.yaml" file is not a valid MTA descriptor: yaml: line 39: did not find expected key.
i added indents to the MTA.yaml file but issue still remains. Sharing the content of my yaml here -

image

Regards,
Insaf

@InsafKhan30 Hi! 👋 This message "file is not a valid MTA descriptor" is not emitted by Psych, but by other MTA-related tooling.

So, some other tool is telling us "the file does not have the right format".

I will close this Issue, now.

Hope this helps!