Skip to content

Commit

Permalink
gpkjson now aborts correctly when loading the input fails
Browse files Browse the repository at this point in the history
azonenberg committed Aug 15, 2017
1 parent 6f4420d commit de40bdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gpkjson/main.cpp
Original file line number Diff line number Diff line change
@@ -131,9 +131,7 @@ int main(int argc, char* argv[])
//Initialize the device
Greenpak4Device device(part);
if(!device.ReadFromFile(fname))
{
//return 1;
}
return 1;

//Print configuration
LogNotice("\nDevice configuration:\n");

0 comments on commit de40bdd

Please sign in to comment.