Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Jun 24, 2016
2 parents d0bd49e + 665c709 commit 6274c18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@
`phenotype_not_observed` in annotated models (#46)
- Bug in sort-edn-log.sh - Sort command now uses the temporary sort
directory.

## 0.4.8-SNAPSHOT - (un-released)
- Fix wrong exit-code when helper.gz is encountered in `sort-edn-log.sh`.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject wormbase/pseudoace "0.4.7"
(defproject wormbase/pseudoace "0.4.8-SNAPSHOT"
:dependencies [[clj-time "0.11.0"]
[datomic-schema "1.3.0"]
[org.clojure/clojure "1.8.0"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/sort-edn-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
log_filename="$(basename $edn_path)"

if [ "$log_filename" = "helper.edn.gz" ]; then
exit 1
exit 0
fi

sorted_filename="$(echo $log_filename | sed 's/.gz$/.sort.gz/')"
Expand Down

0 comments on commit 6274c18

Please sign in to comment.