typo
This commit is contained in:
parent
0e91188939
commit
1f5a5fd294
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue