Skip to content
Snippets Groups Projects
  1. Feb 05, 2020
    • scott snyder's avatar
      AthenaCommon: Some fixes for athena.py -s · db3fe20f
      scott snyder authored
      The exclusion pattern for AthenaCommon was failing if AthenaCommon
      was built in a local WorkArea.
      
      sys.maxint doesn't exist in py3 --- change to maxsize.
      
      With py3, we get _trace_include called with some internal bootstrap methods.
      We were taking a huge amount of time trying to resolve these with FindFile.
      Just ignore them instead.
      db3fe20f
  2. Nov 26, 2019
  3. Jul 09, 2019
    • Frank Winklmeier's avatar
      AthenaCommon: change default verbosity of `include` · e6510691
      Frank Winklmeier authored
      The default verbosity of the `include` function was to show the trace of
      the included files. However, at least in `athena.py` the tracing is set
      based on the command line and here the default is to not show traces.
      
      For the HLT where we don't use `athena.py` it is more convenient to have
      the tracing disabled by default and enable it when needed.
      
      Overall having the tracing disabled by default seems the more logical
      default setting. Since `include` is very likely only ever used within
      `athena.py` this change should have no visible impact.
      e6510691
  4. Apr 23, 2019
  5. Jan 23, 2019
    • Frank Winklmeier's avatar
      Fix python code style warnings · 450e5381
      Frank Winklmeier authored
      After upgrade to flake8 3.6.0, fix the following additional python code
      style issues:
        - bare exception
        - use double-backslash for printing a backslash
      450e5381
  6. Nov 27, 2018
  7. Sep 15, 2015
    • Vakhtang Tsulaia's avatar
      Adding an overlay task to the DetFlags (AthenaCommon-03-03-03) · ac9b29bb
      Vakhtang Tsulaia authored
      	* Tagging AthenaCommon-03-03-03
      	* Adding an overlay task to the DetFlags
      
      2015-06-04  Charles Leggett
      	* tag AthenaCommon-03-03-02
      	* add common concurrency opts (nProc, nThread) to ConcurrencyFlags
      	  jobProps
      	* added CONFIGURATION_ERROR to ExitCodes (0x09)
      
      A       python/ConcurrencyFlags.py
      M       python/ExitCodes.py
      M       python/AtlasThreadedJob.py
      M       python/AthOptionsParser.py
      M       share/Execution.py
      M       share/Preparation.py
      
      2015-06-01  Charles Leggett
      	* tag AthenaCommon-03-03-01
      	* on behalf of John Chapman
      ...
      (Long ChangeLog diff - truncated)
      ac9b29bb
  8. Sep 19, 2014
Loading