diff options
Diffstat (limited to 'gen_tests.py')
-rw-r--r-- | gen_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_tests.py b/gen_tests.py index 4418b75..14d8512 100644 --- a/gen_tests.py +++ b/gen_tests.py @@ -18,7 +18,7 @@ def main(): dest_dir = os.path.abspath(os.path.join(os.path.dirname(__file__))) datf = open(os.path.join(dest_dir, 'zdump.out'), 'w') - + for zone in allzones(): print 'Collecting zdump(1) output for %s in zdump.out' % (zone,) tname = zone.replace( |