From: Karl Hasselström Date: Fri, 24 Aug 2007 11:26:01 +0000 (+0200) Subject: Assert that the argument to Run is a sequence of strings X-Git-Tag: v0.14~112 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/06104c208673fdfdbcc320d59e8fb9658330edc3?hp=06104c208673fdfdbcc320d59e8fb9658330edc3 Assert that the argument to Run is a sequence of strings 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 ---