Piscal processing work
This commit is contained in:
@@ -41,13 +41,7 @@ namespace LeafWeb.Web.Services
|
||||
yield return leafOutputFile;
|
||||
}
|
||||
}
|
||||
|
||||
public string GetErrorMessage(LeafInput leafInput)
|
||||
{
|
||||
var inputFile = new PiscalLeafInput(leafInput);
|
||||
return _piscalClient.GetErrorMessage(inputFile);
|
||||
}
|
||||
|
||||
|
||||
public void Cleanup(LeafInput leafInput)
|
||||
{
|
||||
var input = new PiscalLeafInput(leafInput);
|
||||
|
||||
Reference in New Issue
Block a user