Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It deletes project instead of output directory #70

Open
semenoh opened this issue Nov 2, 2022 · 0 comments
Open

It deletes project instead of output directory #70

semenoh opened this issue Nov 2, 2022 · 0 comments

Comments

@semenoh
Copy link

semenoh commented Nov 2, 2022

There is a line in Main.java that states it deletes output dir but deletes project instead.

if (FileUtils.deleteDir(arguments.getProjectPath())) {

        // Delete the output directory for a better decoding result.
        if (FileUtils.deleteDir(arguments.getProjectPath())) {
            System.out.println("The output directory was deleted!");
        }

i gues it should be

        if (FileUtils.deleteDir(arguments.getResultPath())) {

instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant