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

Fix: check and assign variable before using it in query #162

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions parts/26-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@ report_data-info(){ ##? <data_id> [object_store_config_file]: Information about
Disk path | /data/dnb06/galaxy_db/files/4/2/8/dataset_428d0c0095a54c1a8248e9e0937f376f.dat
EOF

assert_count $# 1 "Missing Dataset ID or UUID"
arg_data_id=$1

jdavcs marked this conversation as resolved.
Show resolved Hide resolved
# Metada
read -r -d '' qstr <<-EOF
SELECT DISTINCT d.id,
Expand Down
Loading