aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/files.py
diff options
context:
space:
mode:
authorkakabba <kakabba@yandex-team.ru>2022-02-10 16:46:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:04 +0300
commitc8e3995898c443e78266f7420aac5fb3da15d413 (patch)
treea530e068cc107e227deccc80722204db63a4d75d /build/plugins/files.py
parent110a978b66fe6c0916572df51cfead2a9b647174 (diff)
downloadydb-c8e3995898c443e78266f7420aac5fb3da15d413.tar.gz
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/plugins/files.py')
-rw-r--r--build/plugins/files.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/plugins/files.py b/build/plugins/files.py
index 78a6fe6169d..0381aa792ef 100644
--- a/build/plugins/files.py
+++ b/build/plugins/files.py
@@ -1,5 +1,5 @@
-def onfiles(unit, *args):
- args = list(args)
- for arg in args:
- if not arg.startswith('${ARCADIA_BUILD_ROOT}'):
- unit.oncopy_file([arg, arg])
+def onfiles(unit, *args):
+ args = list(args)
+ for arg in args:
+ if not arg.startswith('${ARCADIA_BUILD_ROOT}'):
+ unit.oncopy_file([arg, arg])