Skip to content

Instantly share code, notes, and snippets.

@EarthmanT
Created February 7, 2015 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EarthmanT/df7fb2d0c155f8de632a to your computer and use it in GitHub Desktop.
Save EarthmanT/df7fb2d0c155f8de632a to your computer and use it in GitHub Desktop.
Write to file Example
def write_to_file(**kwargs):
with open('/tmp/cloudify-plugin', 'w') as f:
f.write('This simple example gives you '
'the power to do amazing things.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment