ProjectController.py
changeset 2418 5587c490a070
parent 2416 1ca207782dde
child 2429 15f18dc8b56a
child 2432 dbc065a2f7a5
--- a/ProjectController.py	Tue Oct 02 17:18:09 2018 +0300
+++ b/ProjectController.py	Tue Oct 02 18:08:49 2018 +0300
@@ -799,7 +799,7 @@
             status, result, err_result = ProcessLogger(self.logger, buildcmd,
                                                        no_stdout=True,
                                                        no_stderr=True).spin()
-        except Exception, e:
+        except Exception as e:
             self.logger.write_error(buildcmd + "\n")
             self.logger.write_error(repr(e) + "\n")
             return False