pull/23/head
Jean-Louis Huynen 2019-03-27 10:36:02 +01:00
parent 17497413a3
commit bb09272e64
No known key found for this signature in database
GPG Key ID: 4CDEBABACE9A5DC9
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class MetaTypesDefault:
if self.is_file_rotation_mode() or save_by_uuid:
return '{}-{}-{}-{}-{}.{}'.format(self.uuid, self.get_last_saved_year(), self.get_last_saved_month(), self.get_last_saved_day(), self.get_last_saved_hour_minute(), file_extention)
def get_data_save_directory():
def get_data_save_directory(self):
return self.data_directory
def get_save_dir(self, save_by_uuid=False):