Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module docs updates #8

Merged
Prev Previous commit
Next Next commit
updated module schema docs
  • Loading branch information
Bhargav Suryadevara authored and Bhargav Suryadevara committed Mar 29, 2023
commit f947fb1dbd72b854711b7bbd4916a412522c2948
1 change: 1 addition & 0 deletions morpheus/modules/write_to_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def node_fn(obs: mrc.Observable, sub: mrc.Subscriber):

# Open up the file handle
with open(output_file, "a") as out_file:

def write_to_file(x: MessageMeta):
lines = convert_to_strings(x.df)

Expand Down