Skip to content

Instantly share code, notes, and snippets.

@mandatoryprogrammer
Created September 24, 2019 23:45
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 mandatoryprogrammer/9d29043a3b4a7c9c0b0b6d1253c6aab4 to your computer and use it in GitHub Desktop.
Save mandatoryprogrammer/9d29043a3b4a7c9c0b0b6d1253c6aab4 to your computer and use it in GitHub Desktop.
def main( block_input, backpack ):
block_input = block_input[0]
dump_location = "/tmp/" + str( uuid.uuid4() )
...trimmed for brevity...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment