VirtualBox

Ignore:
Timestamp:
Feb 16, 2010 3:20:08 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57770
Message:

Python shell: harmless typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r26583 r26584  
    383383
    384384
    385 def guestStats(ctx,session,console,args):
     385def guestStats(ctx,console,args):
    386386    guest = console.guest
    387387    # we need to set up guest statistics
     
    438438         'screenshot':      lambda: takeScreenshot(ctx,console,args),
    439439         'teleport':        lambda: teleport(ctx,session,console,args),
    440          'gueststats':      lambda: guestStats(ctx, mach, console, args),
     440         'gueststats':      lambda: guestStats(ctx, console, args),
    441441         }
    442442    try:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette