don't try to write file if not specified

This commit is contained in:
Eric House 2014-04-09 07:29:56 -07:00
parent 7e72cb506d
commit ce3fab3b15

View file

@ -101,7 +101,7 @@ def main():
dest = src.replace( 'res_src', 'res', 1 )
xform( src, dest )
printStrings( g_pairs, outfile )
if outfile: printStrings( g_pairs, outfile )
main()