chiark / gitweb /
Assert that the argument to Run is a sequence of strings
authorKarl Hasselström <kha@treskal.com>
Fri, 24 Aug 2007 11:26:01 +0000 (13:26 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 26 Aug 2007 20:04:10 +0000 (22:04 +0200)
This runtime assertion makes bugs easier to find.

In most other languages, we'd have been able to check this at compile
time. But this is Python. Yay!

Signed-off-by: Karl Hasselström <kha@treskal.com>

No differences found