Skip to content
Snippets Groups Projects
Unverified Commit 39fbad57 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Add new :pulseq format to error message

parent 8648f793
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ function write_sequence(io::IO, sequence; format::Symbol=:pulseq)
elseif format == :serialize
serialize(io, sequence)
else
error("Unrecognised selected format for output ($format). Only :serialize is supported..")
error("Unrecognised selected format for output ($format). Only :pulseq or :serialize are supported..")
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment