diff --git a/src/Zoomba/DesktopLibrary.py b/src/Zoomba/DesktopLibrary.py index b4819f35..d819318f 100644 --- a/src/Zoomba/DesktopLibrary.py +++ b/src/Zoomba/DesktopLibrary.py @@ -180,9 +180,9 @@ def open_application(self, remote_url, alias=None, window_name=None, splash_dela desired_caps = kwargs if window_name: - """If the app has a splash screen we need to supply the window_name of the final window. - This code path will start the application and then attach to the correct window via - the window_name.""" + # If the app has a splash screen we need to supply the window_name of the final window. + # This code path will start the application and then attach to the correct window via + # the window_name. self._info('Opening application "%s"' % desired_caps['app']) subprocess.Popen(desired_caps['app']) if splash_delay > 0: