fixed moar output stuff
parent
df51832a87
commit
ae613ef865
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python2
|
||||
|
||||
print """
|
||||
Variable Grabbler - version 1.8
|
||||
Variable Grabbler - version 1.9
|
||||
-------------------------------"""
|
||||
|
||||
# definitions
|
||||
|
@ -16,9 +16,9 @@ parsed = json.load(config)
|
|||
config.close()
|
||||
print "Done."
|
||||
|
||||
print "Working on files:"
|
||||
print "Working on files:",
|
||||
for x in parsed:
|
||||
print "["+x+"]:",
|
||||
print "\n["+x+"]:",
|
||||
for path, dirs, files in os.walk(dir):
|
||||
printed_path = False
|
||||
for file_name in fnmatch.filter(files, file_name_pattern):
|
||||
|
|
Loading…
Reference in New Issue