Skip to content

Commit

Permalink
Fix type in 3b08c04
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Oct 25, 2012
1 parent 3b08c04 commit 54ffdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/mythproto.py
Expand Up @@ -655,7 +655,7 @@ def forgetRecording(self, program):
def stopRecording(self, program):
"""FileOps.stopRecording(program) -> None"""
self.backendCommand(BACKEND_SEP.join(['STOP_RECORDING',
program.toString()])
program.toString()]))

def deleteFile(self, file, sgroup):
"""FileOps.deleteFile(file, storagegroup) -> retcode"""
Expand Down

0 comments on commit 54ffdbb

Please sign in to comment.