<@U0XUTHRPZ>: re <https://rbcommons.com/s/twitter/...
# development
w
@billowy-beach-68498: re https://rbcommons.com/s/twitter/r/3828/diff/3?file=3127789#file3127789line169, i’ve tried
Copy code
def ensure_string_wrapped_in_list(element):
      return maybe_list(element)
      # if isinstance(element, string_types):
      #   return [element]
      # else:
      #   return element
and
./pants test /Users/yic/workspace/pants/tests/python/pants_test/engine/exp/legacy:filemap_integration
passed