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
commit9c914f41ba5e9f9365f404e892197553ac23809e (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/files.py
parentc8e3995898c443e78266f7420aac5fb3da15d413 (diff)
downloadydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 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 0381aa792ef..78a6fe6169d 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])