gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #03723
Re: [Merge] lp:~izidor/gtg/eval-cleanup into lp:gtg
Hi Izidor!
Are the following changes for improved readability?
+ x, y = self.config[tid]["position"]
+ self.move(int(x), int(y))
+ x, y = self.config[tid]["size"]
+ self.window.resize(int(x), int(y))
The rest all looks good to me as long as we are sure that we have not assigned any string "true" instead of "True"
--
https://code.launchpad.net/~izidor/gtg/eval-cleanup/+merge/136021
Your team Gtg developers is requested to review the proposed merge of lp:~izidor/gtg/eval-cleanup into lp:gtg.
References