We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script bin/verticapylab is missed the declaration for the argument v as the info of usage.
bin/verticapylab
VerticaPyLab/bin/verticapylab
Line 34 in c8fb0da
Here is a suggestion fix:
diff --git a/bin/verticapylab b/bin/verticapylab index 643ecee..b81b078 100755 --- a/bin/verticapylab +++ b/bin/verticapylab @@ -31,7 +31,7 @@ function usage { exit 1 } -while getopts "p:c:i:h" opt; do +while getopts "p:c:v:i:h" opt; do case ${opt} in h) usage
The text was updated successfully, but these errors were encountered:
Hi @dingqiangliu , I will address it this week with other issues you brought up.
Sorry, something went wrong.
#245
No branches or pull requests
The script
bin/verticapylab
is missed the declaration for the argument v as the info of usage.VerticaPyLab/bin/verticapylab
Line 34 in c8fb0da
Here is a suggestion fix:
The text was updated successfully, but these errors were encountered: