Remove temporary directory again.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-07-01 12:10:04 +02:00
parent 4e1dbfc8bd
commit 778b958791
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ int main()
try
{
// remove_tmpdir();
remove_tmpdir();
}
catch (const exception &e)
{