Show all files matching pattern

This commit is contained in:
Sven Slootweg 2012-05-27 05:30:26 +02:00
parent bfa3451af0
commit 3fc0e8df20

2
parse
View file

@ -13,3 +13,5 @@ parser.add_argument('-r', '--render', dest='render', action='store_true',
args = parser.parse_args()
options = vars(args)
filelist = glob.glob(options['pattern'])
print filelist