Skip to content

Instantly share code, notes, and snippets.

@salvaom
Last active September 30, 2016 14:56
Show Gist options
  • Save salvaom/0ffc40da0ac398189838f0e845e52920 to your computer and use it in GitHub Desktop.
Save salvaom/0ffc40da0ac398189838f0e845e52920 to your computer and use it in GitHub Desktop.
import os
use_tx = True
filepath = r'C:\Users\Administrador\Desktop\test\UV_1k.jpg'
if use_tx:
tx_filepath = os.path.splitext(filepath)[0] + '.tx'
if os.path.isfile(tx_filepath):
filepath = tx_filepath
print filepath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment