From 9869d8d27db7ae6c13f5ed426d6263da3cf6fb7b Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Sat, 7 Apr 2018 13:21:23 +0200 Subject: Made sure commands are executed in order --- archinstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archinstall.py b/archinstall.py index 5970b385..d8de16b1 100644 --- a/archinstall.py +++ b/archinstall.py @@ -253,7 +253,8 @@ if __name__ == '__main__': print('[N] No instructions for this box on this mac: {}'.format(mac)) continue - instructions = json.loads(instructions.decode('UTF-8')) + print('Decoding:', instructions) + instructions = json.loads(instructions.decode('UTF-8'), object_pairs_hook=oDict) for title in instructions: print('[N] {}'.format(title)) -- cgit v1.2.3-70-g09d2