Closed naved001 closed 5 years ago
Quoting Naved Ansari (2018-11-21 10:10:32)
I don't understand. Where would I use an empty tuple? I can just not use defaults in this case and it will work, right?
I'd been thinking def make_table(field_names=(), rows=()):
, but you're
right, just not having defaults probably makes more sense.
LGTM
I'm reading through this, I'll finish up my review next Tuesday
This makes the output of all other HIL commands pretty. Fix #1047