diff --git a/BLFlashCommand.py b/BLFlashCommand.py index 07ade68..b2bb156 100644 --- a/BLFlashCommand.py +++ b/BLFlashCommand.py @@ -117,8 +117,8 @@ class MainClass: else: filedir = config.get(item, 'filedir') address = config.get(item, 'address') - if not self.get_value_file(item, filedir, address, args.cpu_id): - return False + if not self.get_value_file(item, filedir, address, args.cpu_id): + return False except Exception as e: try: