index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 2a51a35e..9d96d439 100644 --- a/archinstall.py +++ b/archinstall.py @@ -720,7 +720,7 @@ def get_instructions(target, *positionals, **kwargs): else: isntructions = get_local_instructions(target, *positionals) - if type(instructions) in (dict, oDict): + if type(instructions) not in (dict, oDict,): try: instructions = json.loads(instructions, object_pairs_hook=oDict) except: |