dfrc-korea/carpe

Have to set root paths manually on CentOS

Opened this issue · 0 comments

function ExtractDataFromSources of carpe_tool.py in line 195

if platform.system() == 'Windows':
    self._root_tmp_path = self._output_file_path + os.sep + 'tmp'
        if not os.path.exists(self._root_tmp_path):
            os.mkdir(self._root_tmp_path)

There are initializing path codes only for Windows.
Carpe extracts values from /config/carpe.conf of [paths] on CentOS, so I need to set values manually.