--- a/DebugClients/Python3/AsyncFile.py Wed Nov 04 15:38:02 2015 +0100 +++ b/DebugClients/Python3/AsyncFile.py Wed Nov 04 16:25:25 2015 +0100 @@ -325,3 +325,6 @@ """ for l in list: self.write(l) + +# +# eflag: noqa = M702