Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. dic['config'].append({'config-opts': '--hello \\'+ '\n' + '--hello'})  
  2.  
  3. yields:
  4.  
  5. - config-opts: |-
  6. --hello \
  7. --hello
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement