Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    rd82892a ra45fc7b  
    2222                'x86-64'                : 'x64',
    2323                'x86_64'                : 'x64',
    24                 'aarch64'               : 'x64',
    2524                'x86'                   : 'x86',
    2625                'i386'          : 'x86',
     
    4140                        canonical_host = Architecture.make_canonical( config.HOSTARCH )
    4241                except KeyError:
    43                         print("Unknown host architecture %s" % config.HOSTARCH, file=sys.stderr)
     42                        print("Unkown host architecture %s" % config.HOSTARCH, file=sys.stderr)
    4443                        sys.exit(1)
    4544
     
    4847                                arch = Architecture.make_canonical( arch )
    4948                        except KeyError:
    50                                 print("Unknown architecture %s" % arch, file=sys.stderr)
     49                                print("Unkown architecture %s" % arch, file=sys.stderr)
    5150                                sys.exit(1)
    5251
Note: See TracChangeset for help on using the changeset viewer.