Difference between revisions of "Smart Terminal Convert from 2.7 to 3.6"

From OpenCircuits
Jump to navigation Jump to search
Line 18: Line 18:
  
 
</pre>
 
</pre>
 +
 +
 +
= Queue missing =

Revision as of 08:14, 12 March 2017

General

Look at this for general info:

Exceptions


        except Exception, ex_arg:

change to

        except Exception as ex_arg:


Queue missing