There are three kinds of "Syntax error" in codes of "BaseTools\Source\Python". 1. print "XXX" ===> print("XXX") 2. operator "<>" ===> "!=" 3. except "YYY", X: ===> except "YYY" as X:
張貼留言
沒有留言:
張貼留言