Minor follow up

This commit is contained in:
angelblue05 2015-05-07 19:38:27 -05:00
parent 71d234ced7
commit 68077d5578
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ class PlayUtils():
# Verify if path is accessible
if self.fileExists(result):
return True
else:
return False
def directPlay(self, result):