Changeset 2528 for package_branches


Ignore:
Timestamp:
Oct 29, 2009, 1:36:43 AM (14 years ago)
Author:
price
Message:

style tweaks

File:
1 edited

Legend:

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

    r2527 r2528  
    346346                     authtoken=token)
    347347            return d
     348
    348349        @cherrypy.expose
    349350        @cherrypy.tools.mako(filename="/command.mako")
     
    351352        def command(self, command_name, machine_id, **kwargs):
    352353            """Handler for running commands like boot and delete on a VM."""
    353             back = kwargs.get('back', None)
     354            back = kwargs.get('back')
    354355            try:
    355356                d = controls.commandResult(cherrypy.request.login,
Note: See TracChangeset for help on using the changeset viewer.