mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
don't try to write file if not specified
This commit is contained in:
parent
7e72cb506d
commit
ce3fab3b15
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue