Changeset 6582b36 in mainline for tools/checkers/clang.py


Ignore:
Timestamp:
2012-04-01T07:13:03Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81475250
Parents:
d9faae91
Message:

Make some scripts work with Python 3.

Arch Linux has already switched so "python" means version 3, so these
scripts don't run otherwise. Only the simplest fixes are made. Note that
automatic int-to-long conversion has existed since at least Python 2.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/checkers/clang.py

    rd9faae91 r6582b36  
    114114        for job in jobs:
    115115                if (not clang(rootdir, job)):
    116                         print
     116                        print()
    117117                        print("Failed job: %s" % job)
    118118                        return
Note: See TracChangeset for help on using the changeset viewer.