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:
parent
ded4df4033
commit
710d5fecd2
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user