1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

silly, print needs to be called to get a blank line

This commit is contained in:
Joel Bender 2015-09-08 14:50:55 -04:00
parent ded4df4033
commit 710d5fecd2

View File

@ -22,7 +22,7 @@ def permutation(**kwargs):
except Exception as why: except Exception as why:
test_value = str(why) test_value = str(why)
print(test_string + '\t' + str(test_value)) print(test_string + '\t' + str(test_value))
print print()
for year in year_group: for year in year_group:
for month in month_group: for month in month_group: