minor fix

This commit is contained in:
lgandx 2013-12-30 01:32:05 -05:00
parent 6828f1b11e
commit 1790928df6

View file

@ -141,7 +141,7 @@ def WriteData(outfile,data, user):
outf2.write("\n")
outf2.close()
def PrintData(outfile,str(user)):
def PrintData(outfile,user):
if Verbose == True:
return True
if os.path.isfile(outfile) == True: