Skip to content

Commit

Permalink
don't be stupid with the variable...
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jan 6, 2025
1 parent 34d9e04 commit a4d4a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/babeltrace_thapi.in
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def thapi_metadata(trace)
exit(1)
end

@thapi_metadata[trace] ||= YAML.load_file(File.join(trace, THAPI_METADATA_FILE))
@thapi_metadata[trace] ||= YAML.load_file(full_path)
end

def modify_metadata(command, trace)
Expand Down

0 comments on commit a4d4a7f

Please sign in to comment.