Created
May 21, 2019 01:59
-
-
Save eumesy/3ed2a5118995a727c0297e63cf2374e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
infile_fullpath = os.path.abspath(args.path_infile) | |
infile_dir = os.path.dirname(infile_fullpath) | |
infile_filename = os.path.basename(infile_fullpath) | |
infile_filename_without_extension, infile_filename_extension = os.path.splitext(infile_filename) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment