fixed moar output stuff

master
BodgeMaster 2020-02-24 00:16:25 +01:00
parent df51832a87
commit ae613ef865
1 changed files with 3 additions and 3 deletions

View File

@ -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):