Skip to content

Commit

Permalink
I'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Feb 6, 2025
1 parent 2f3b610 commit f6bd844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/repo/tdms_seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ alias Datum.DataOrigin
Datum.Plugins.create_plugin(%{
name: "Python TDMS Sampler with Plotter",
module_type: :python,
module_path: Path.join(__DIR__, "sensor_plotting.py"),
path: Path.join(__DIR__, "sensor_plotting.py"),
filetypes: [".tdms", "tdms"],
plugin_type: :sampler
})
Expand Down

0 comments on commit f6bd844

Please sign in to comment.