Skip to content

Commit

Permalink
Ok it didn't like that
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfe1 committed Oct 20, 2020
1 parent a1140cc commit cea60dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Zoomba/DesktopLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cea60dc

Please sign in to comment.