Skip to content
Snippets Groups Projects
Commit e1f1ed03 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

debusgging printouts

parent 906141dd
No related branches found
No related tags found
No related merge requests found
...@@ -189,12 +189,9 @@ function find_table_name_in_manifest(conn::MySQL.Connection, method_name::String ...@@ -189,12 +189,9 @@ function find_table_name_in_manifest(conn::MySQL.Connection, method_name::String
# Check if a result was found # Check if a result was found
if !isempty(result) if !isempty(result)
println("but not here: "*result[1, :result_table_name])
# Now you're sure the DataFrame has rows and the expected column
return result[1, :result_table_name] return result[1, :result_table_name]
else else
return "" # Return an empty string if conditions are not met return ""
end
end end
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment