renamed void_pipeline to vide_pipeline

This commit is contained in:
Paul M. Sutter 2024-05-22 18:51:20 -04:00
parent 4d9c5ab2c1
commit d7c0fbc720
5 changed files with 11 additions and 11 deletions

View file

@ -32,7 +32,7 @@ import pickle
# ------------------------------------------------------------------------------
if (len(sys.argv) == 1):
print("Usage: python3 -m void_pipeline parameter_file.py")
print("Usage: python3 -m vide_pipeline parameter_file.py")
exit(-1)
if (len(sys.argv) > 1):