Changeset 2709


Ignore:
Timestamp:
Dec 20, 2009, 9:46:50 PM (14 years ago)
Author:
broder
Message:

style tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/main.py

    r2708 r2709  
    341341                     authtoken=token)
    342342            return d
     343
    343344        @cherrypy.expose
    344345        @cherrypy.tools.mako(filename="/command.mako")
     
    346347        def command(self, command_name, machine_id, **kwargs):
    347348            """Handler for running commands like boot and delete on a VM."""
    348             back = kwargs.get('back', None)
     349            back = kwargs.get('back')
    349350            try:
    350351                d = controls.commandResult(cherrypy.request.login,
Note: See TracChangeset for help on using the changeset viewer.