Skip to content

Commit

Permalink
Missing count
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Feb 3, 2018
1 parent 00f2224 commit 0ff7940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eppic-dbtools/src/main/java/eppic/db/tools/UploadToDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ public static void main(String[] args) {
dbh.persistErrorJob(em, currentPDB);
countErrorJob++;
}
countUploaded++;

} else {
// already present and is not an error
Expand Down

0 comments on commit 0ff7940

Please sign in to comment.