Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Oct 4, 2023
1 parent ad82910 commit 8171dd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/composer_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def refreshdesktoptoken(self):
if not isinstance(desktop, oc.od.desktop.ODDesktop):
raise cherrypy.HTTPError( status=400, message='finddesktop does not return a desktop object')

if not oc.od.desktop.isdesktopreachabled( desktop ) :
# check desktop object
if not isinstance(desktop, oc.od.desktop.ODDesktop):
raise cherrypy.HTTPError( status=400, message='finddesktop does not return a desktop object')
Expand Down

0 comments on commit 8171dd0

Please sign in to comment.