Skip to content

Instantly share code, notes, and snippets.

@guestl
Created February 23, 2017 16:20
Show Gist options
  • Save guestl/f59fc358a439d9cad4079dc4f2c6bbe0 to your computer and use it in GitHub Desktop.
Save guestl/f59fc358a439d9cad4079dc4f2c6bbe0 to your computer and use it in GitHub Desktop.
split filename to name and extension
out_name, f_ext = os.path.splitext(walker_parms['out_fn'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment