Skip to content

Commit

Permalink
#149 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 10, 2024
1 parent f81b414 commit 6fafc14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rootfs/examples/notebooks/go/senzing_load_truth_sets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@
" line := scanner.Bytes()\n",
" err := json.Unmarshal(line, &jsonDataSource) \n",
" testErr(err)\n",
" fmt.Printf(\">>> %s\\n\", jsonDataSource.Data_Source)\n",
" if !slices.Contains(result, jsonDataSource.Data_Source) {\n",
" fmt.Printf(\">>>>> Adding: %s\\n\", jsonDataSource.Data_Source)\n",
" result = append(result, jsonDataSource.Data_Source) \n",
" } \n",
" }\n",
Expand All @@ -238,7 +236,7 @@
" log.Fatal(err)\n",
" } \n",
"}\n",
"fmt.Printf(\">>>>>X %v\\n\", result)\n"
"fmt.Printf(\"Data Sources found: %v\\n\", result)\n"
]
},
{
Expand Down

0 comments on commit 6fafc14

Please sign in to comment.