Skip to content

Commit

Permalink
should have solved issues
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Oct 31, 2017
1 parent d373d45 commit 12f47fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_processing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ function init_defaults(filename::String)
open(filename,"r") do f
while !eof(f)
line = readline(f)
if line == "" || line[1] == "#"
if line == "" || line[1] == '#'
continue
end
lhs = parse(line).args[1]
Expand Down

0 comments on commit 12f47fb

Please sign in to comment.