Navigation Menu

Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 4, 2014
1 parent 242575c commit 8d4f6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/grn2drn
Expand Up @@ -61,7 +61,7 @@ option_parser = OptionParser.new do |parser|
options.output_path = path
end
end
args = option_parser.parse!(ARGV)
option_parser.parse!(ARGV)

if options.dataset.nil?
puts("--dataset option is missed.")
Expand Down

0 comments on commit 8d4f6c9

Please sign in to comment.