Skip to content

Instantly share code, notes, and snippets.

@Mati365
Created August 22, 2015 17:25
Show Gist options
  • Save Mati365/87c13e872790a58369f0 to your computer and use it in GitHub Desktop.
Save Mati365/87c13e872790a58369f0 to your computer and use it in GitHub Desktop.
match = re.search("pyWinUSB\/\w{40}\/source\/(.*\/)", file)
dest_file = "/".join([
self.destination_mount
, match.group(1) if match else ""
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment