add export test so we dont break cli / kcl.py (#5553)

* add export test so we dont break cli / kcl.py

Signed-off-by: Jess Frazelle <github@jessfraz.com>

Overwrite created date (#5602)

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-03-03 10:26:01 -08:00
committed by GitHub
parent 191dcf8bb0
commit dfcea282ec
4 changed files with 182 additions and 1 deletions

View File

@ -20,6 +20,8 @@ pub enum ExecError {
Connection(#[from] ConnectionError),
#[error("PNG snapshot could not be decoded: {0}")]
BadPng(String),
#[error("Bad export: {0}")]
BadExport(String),
}
impl From<KclErrorWithOutputs> for ExecError {