delete acsm file after use because it can't be reused--only causes confusion
This commit is contained in:
parent
4948e52110
commit
4081827049
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ int main(int argc, char **argv) try {
|
|||
std::filesystem::rename(out_file, ext_file);
|
||||
}
|
||||
|
||||
std::filesystem::remove(acsm_file);
|
||||
std::cout << file_type + " file generated at " + ext_file << std::endl;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue