| commit | 810059ca0f0cd4a12908386329c651d52db6dfcc | [log] [tgz] |
|---|---|---|
| author | Chris Parsons <cparsons@google.com> | Mon Nov 26 17:59:10 2018 -0500 |
| committer | Chris Parsons <cparsons@google.com> | Mon Nov 26 17:59:10 2018 -0500 |
| tree | 7b4b4d6667a6ad03e3a5c5cf286171a985ef57c6 | |
| parent | 8c575e737f226690f1e76e099023b97573f32729 [diff] |
add missing docstring Returns section
diff --git a/lib/old_sets.bzl b/lib/old_sets.bzl index f62e03d..8cb6862 100644 --- a/lib/old_sets.bzl +++ b/lib/old_sets.bzl
@@ -51,6 +51,8 @@ Args: val: The value to be optionally converted and returned. + Returns: + The converted value. """ if type(val) == _depset_type: return val.to_list()