Chris Pomeroy
2017-08-08 0cd3c94d0c5c47028e868206b571683e821b0678
Changes and learning
1 files modified
7 ■■■■ changed files
aaxConvert.py 7 ●●●● patch | view | raw | blame | history
aaxConvert.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
import argparse
import os
import glob
# arguments
# activation_key, file name, codec(default to mp3)
@@ -21,5 +22,7 @@
else:
    print act_byte
if os.path.isfile(args.filename):
    print os.path.abspath(args.filename)
for rfile in glob.glob(args.filename):
    if (rfile.find("aax") != -1):
        if os.path.isfile(rfile):
            print os.path.abspath(rfile)