Skip to content

Commit

Permalink
Merge pull request #112 from Circuitscape/one
Browse files Browse the repository at this point in the history
Add `1` as a way to say true
  • Loading branch information
ranjanan committed Apr 20, 2018
2 parents fdfd211 + e64c8a5 commit 6a96d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const AAGRID = 2
const TXTLIST = 3
const PAIRS_AAGRID = 4
const PAIRS_LIST = 5
const TRUELIST = ["True", "true"]
const TRUELIST = ["True", "true", "1"]

# Constants for logging
const NONE = ["NONE", "None", "none"]
Expand Down

0 comments on commit 6a96d5f

Please sign in to comment.