Skip to content

Commit

Permalink
Correct FreeSpace class broken by 1508085
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Apr 28, 2012
1 parent 055a511 commit ca11a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/mythproto.py
Expand Up @@ -794,7 +794,7 @@ class FreeSpace( DictData ):
_field_order = [ 'host', 'path', 'islocal',
'disknumber', 'sgroupid', 'blocksize',
'totalspace', 'usedspace']
_field_type = [3, 3, 2, 0, 0, 0, 0, 0, 0, 0]
_field_type = [3, 3, 2, 0, 0, 0, 0, 0]
def __str__(self):
return "<FreeSpace '%s@%s' at %s>"\
% (self.path, self.host, hex(id(self)))
Expand Down

0 comments on commit ca11a90

Please sign in to comment.