Loading
discourse: Fix update.py handling newlines
The update.py script would error out if the spec had a trailing new line. The split that follows it would try to split it into two, and error out as it can't.
The update.py script would error out if the spec had a trailing new line. The split that follows it would try to split it into two, and error out as it can't.