This commit is contained in:
Rudi Grinberg 2012-11-21 17:24:31 -05:00
parent 0e91188939
commit 1f5a5fd294
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class AirtimeInstance(object):
def touch_file_path(self): def touch_file_path(self):
""" Get the path of the touch file for every instance """ """ Get the path of the touch file for every instance """
touch_base_path = self.mm_config['index-path'] touch_base_path = self.mm_config['index_path']
touch_base_name = basename(touch_base_path) touch_base_name = basename(touch_base_path)
new_base_name = self.name + touch_base_name new_base_name = self.name + touch_base_name
return join(dirname(touch_base_path), new_base_name) return join(dirname(touch_base_path), new_base_name)