Skip to content

Commit 584469f

Browse files
committed
Disambiguate variable name
1 parent 9aabe65 commit 584469f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/sequenceserver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ begin
398398
end
399399

400400
if import?
401-
xml_file = fetch_option(:import).value
402-
params = {:xml => xml_file}
401+
xml_file_path = fetch_option(:import).value
402+
params = {:xml => xml_file_path}
403403
job = SequenceServer::BLAST::Job.new(params)
404404
puts job.id
405405
exit

0 commit comments

Comments
 (0)