Skip to content

Commit

Permalink
fix graph count issue in assigning file path
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 23, 2025
1 parent 0645a46 commit dd73691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ncbo_cron/graphs_counts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class GraphsCounts
attr_reader :logger, :file_path

def initialize(logger = nil, file_path = nil)
@file_path ||= DATA_SAVE
@file_path = file_path || DATA_SAVE
@logger = logger || Logger.new(STDOUT)
end

Expand Down

0 comments on commit dd73691

Please sign in to comment.