name change (#526)

This commit is contained in:
Fernando Herrera
2021-12-19 10:00:31 +00:00
committed by GitHub
parent 2883d6cd1e
commit 038ad951da
2 changed files with 7 additions and 7 deletions

View File

@ -114,7 +114,7 @@ def process_call(plugin_call):
Use this information to implement your plugin logic
"""
# Pretty printing the call to stderr
sys.stderr.write(f"{json.dumps(plugin_call, indent=4)}")
sys.stderr.write(json.dumps(plugin_call, indent=4))
sys.stderr.write("\n")
# Creates a Value of type List that will be encoded and sent to nushell