From db60af7fc1104ee76c6e0d23dad9961f55724a1f Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 18 Mar 2024 01:52:03 -0400 Subject: [PATCH] fix warnings --- py5_resources/data/sketch.csv | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/py5_resources/data/sketch.csv b/py5_resources/data/sketch.csv index d0aa174a..5ddcb4d4 100644 --- a/py5_resources/data/sketch.csv +++ b/py5_resources/data/sketch.csv @@ -406,14 +406,14 @@ create_reader,createReader,,method,input,files,SKIP,user should use python inste create_writer,createWriter,,method,output,files,SKIP,user should use python instead create_input,createInput,,method,input,files,SKIP,user should use python instead create_input_raw,createInputRaw,,method,,,SKIP,user should use python instead -load_bytes,,,method,input,files,PYTHON, -load_strings,,,method,input,files,PYTHON, -load_pickle,,,method,input,files,PYTHON, +load_bytes,loadBytes,,method,input,files,PYTHON, +load_strings,loadStrings,,method,input,files,PYTHON, +load_pickle,loadPickle,,method,input,files,PYTHON, create_output,createOutput,,method,output,files,SKIP,user should use python instead save_stream,saveStream,,method,output,files,SKIP,user should use python instead -save_bytes,,,method,output,files,PYTHON, -save_strings,,,method,output,files,PYTHON, -save_pickle,,,method,output,files,PYTHON, +save_bytes,saveBytes,,method,output,files,PYTHON, +save_strings,saveStrings,,method,output,files,PYTHON, +save_pickle,savePickle,,method,output,files,PYTHON, sketch_file,sketchFile,,method,,,SKIP,user should use python instead save_path,savePath,,method,,,SKIP,user should use python instead save_file,saveFile,,method,,,SKIP,user should use python instead