Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 08:39:14

0001 #!/usr/bin/env python
0002 # Licensed under the Apache License, Version 2.0 (the "License");
0003 # you may not use this file except in compliance with the License.
0004 # You may obtain a copy of the License at
0005 # http://www.apache.org/licenses/LICENSE-2.0
0006 #
0007 # Authors:
0008 # - Paul Nilsson, paul.nilsson@cern.ch, 2021
0009 
0010 #try:
0011 #    # import dask
0012 #    import dask_kubernetes
0013 ##except ModuleNotFoundError:  # Python 3
0014 #except Exception:
0015 #    pass
0016 
0017 # from pilot.util.container import execute
0018 # from pilot.util.filehandling import establish_logging, write_file
0019 
0020 import logging
0021 logger = logging.getLogger(__name__)