Skip to content

Commit

Permalink
Updated references to scenario verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplisticCode committed Dec 18, 2023
1 parent 9290623 commit 90071eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maestro/src/main/java/org/intocps/maestro/cli/SigverCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ class VerifyAlgorithmCmd implements Callable<Integer> {

@Override
public Integer call() throws Exception {

MasterModel masterModel = ScenarioLoaderFMI2.load(new ByteArrayInputStream(Files.readString(masterModelFile.toPath()).getBytes()));
MasterModelFMI2 masterModel = ScenarioLoaderFMI2.load(new ByteArrayInputStream(Files.readString(masterModelFile.toPath()).getBytes()));
if (output == null) {
output = Files.createTempDirectory("tmpDir").toFile();
}
Expand Down

0 comments on commit 90071eb

Please sign in to comment.