Fixed Geometry merging. Solves issue #99.

This commit is contained in:
Juan Pablo Caram
2015-01-18 20:23:37 -05:00
parent 840cfcf9ff
commit 34a6b60053
4 changed files with 27 additions and 12 deletions

View File

@@ -53,8 +53,8 @@ class App(QtCore.QObject):
## Logging ##
log = logging.getLogger('base')
#log.setLevel(logging.DEBUG)
log.setLevel(logging.WARNING)
log.setLevel(logging.DEBUG)
#log.setLevel(logging.WARNING)
formatter = logging.Formatter('[%(levelname)s][%(threadName)s] %(message)s')
handler = logging.StreamHandler()
handler.setFormatter(formatter)