Skip to content

Conversation

@wkramer
Copy link
Member

@wkramer wkramer commented Jun 24, 2019

No description provided.

@wkramer wkramer changed the title WIP: Cleanup code Cleanup code Jun 24, 2019
@nilsvanvelzen
Copy link
Member

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 7
- Added 1
           

See the complete overview on Codacy

if(outputFile.isFile()){
if ( ! outputFile.delete() ) throw new RuntimeException("Cannot delete " + outputFile);
}
if (outputFile.isFile() && !outputFile.delete()) throw new RuntimeException("Cannot delete " + outputFile);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

3 participants