From 710d5fecd28afeebeb24689a22841a4bcd711f08 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Tue, 8 Sep 2015 14:50:55 -0400 Subject: [PATCH] silly, print needs to be called to get a blank line --- samples/date_string_patterns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/date_string_patterns.py b/samples/date_string_patterns.py index 96d5c4a..fdaf928 100644 --- a/samples/date_string_patterns.py +++ b/samples/date_string_patterns.py @@ -22,7 +22,7 @@ def permutation(**kwargs): except Exception as why: test_value = str(why) print(test_string + '\t' + str(test_value)) - print + print() for year in year_group: for month in month_group: