Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed check if file already exists when saving a SD-file from a lis…
…t of molecules

fix for bug 3452
  • Loading branch information
goglepox committed Dec 4, 2012
1 parent a09bc41 commit 0c2cc8a
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -2453,10 +2453,6 @@ public void saveSDFile(final IFile file, List<? extends IMolecule> entries,
IProgressMonitor monitor)
throws BioclipseException, InvocationTargetException {

if ( file.exists() )
throw new BioclipseException("File " + file.getName()
+ " already exists");

if (monitor == null) {
monitor = new NullProgressMonitor();
}
Expand Down

0 comments on commit 0c2cc8a

Please sign in to comment.