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 | 98174ab8f0e6dbed8894c8226f62cac4bf36171d (patch) | |
tree | 00cab7b3b62da0fe104a2a99c2886064cc0b0d63 /build/plugins/_common.py | |
parent | 2e8363373770594fa3e83f1410d513cff82abb30 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 2f831a94db6..01604cf3c63 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" |