files.py 166 B

12345
  1. def onfiles(unit, *args):
  2. args = list(args)
  3. for arg in args:
  4. if not arg.startswith('${ARCADIA_BUILD_ROOT}'):
  5. unit.oncopy_file([arg, arg])