Fix wrong indentation

This commit is contained in:
Tomas Groth 2015-04-27 19:07:14 +01:00
parent 23ddd918d1
commit e21729c14f
1 changed files with 1 additions and 4 deletions

View File

@ -83,9 +83,6 @@ class PowerpointController(PresentationController):
log.debug('start_process')
if not self.process:
self.process = Dispatch('PowerPoint.Application')
#self.process.Visible = True
# ppWindowMinimized = 2
#self.process.WindowState = 2
def kill(self):
"""
@ -311,7 +308,7 @@ class PowerpointDocument(PresentationDocument):
try:
ppt_window = self.presentation.SlideShowSettings.Run()
except (AttributeError, pywintypes.com_error) as e:
log.exception('Caught exception while in get_slide_number')
log.exception('Caught exception while in get_slide_number')
log.exception(e)
trace_error_handler(log)
self.show_error_msg()