diff options
author | dankolesnikov <[email protected]> | 2022-02-10 16:51:07 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:07 +0300 |
commit | 69eb1eb80b4c5ddfb3b550e7ce5b10f87f6a7dc3 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/plugins/_common.py | |
parent | 98174ab8f0e6dbed8894c8226f62cac4bf36171d (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/_common.py')
-rw-r--r-- | build/plugins/_common.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/plugins/_common.py b/build/plugins/_common.py index 01604cf3c63..2f831a94db6 100644 --- a/build/plugins/_common.py +++ b/build/plugins/_common.py @@ -195,7 +195,7 @@ def strip_roots(path): if path.startswith(prefix): return path[len(prefix):] return path - - -def to_yesno(x): - return "yes" if x else "no" + + +def to_yesno(x): + return "yes" if x else "no" |