Fixed autocompile bug when using GUI
commit272391e3db0c880145ebdeceaddcc2a658acc419
authorThomas Leonard <talex5@gmail.com>
Fri, 21 Dec 2012 13:29:04 +0000 (21 13:29 +0000)
committerThomas Leonard <talex5@gmail.com>
Fri, 21 Dec 2012 13:29:04 +0000 (21 13:29 +0000)
tree4848108a015af9d937ed7e6a016b5b901fd73aab
parent22b89d8fe8a1b29c2fc1e4a31b8869749b2fa202
Fixed autocompile bug when using GUI

Error was:

    if seen_key in self.seen:
TypeError: argument of type 'NoneType' is not iterable

Reported by Dave Abrahams.
autocompile.py