one day fix this mess

This commit is contained in:
rusefillc 2021-12-23 23:36:19 -05:00
parent 3ef4de991f
commit 1fad5283e0
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ public class BinaryProtocol {
offset += requestSize; offset += requestSize;
} }
if (arguments.saveFile) { if (arguments != null && arguments.saveFile) {
try { try {
ConfigurationImageFile.saveToFile(image, CONFIGURATION_RUSEFI_BINARY); ConfigurationImageFile.saveToFile(image, CONFIGURATION_RUSEFI_BINARY);
Msq tune = MsqFactory.valueOf(image); Msq tune = MsqFactory.valueOf(image);