]> code.communitydata.science - cdsc_reddit.git/commitdiff
bugfix in checking submission shas
authorNate E TeBlunthuis <nathante@n2347.hyak.local>
Tue, 11 Aug 2020 21:21:54 +0000 (14:21 -0700)
committerNate E TeBlunthuis <nathante@n2347.hyak.local>
Tue, 11 Aug 2020 21:21:54 +0000 (14:21 -0700)
pull_pushshift_submissions.sh

index 5a53c87d4bb24ef6818295ef3760d76bf58fc13e..99d89beb341722c7bd527cac11d32ac35d3d7b27 100755 (executable)
@@ -11,4 +11,4 @@ wget -r --no-parent -A 'RS_20*.bz2' -U $user_agent -P $output_dir -nd -nc $base_
 wget -r --no-parent -A 'RS_20*.xz' -U $user_agent -P $output_dir -nd -nc $base_url/old_v1_data/
 wget -r --no-parent -A 'RS_20*.zst' -U $user_agent -P $output_dir -nd -nc $base_url/old_v1_data/
 
 wget -r --no-parent -A 'RS_20*.xz' -U $user_agent -P $output_dir -nd -nc $base_url/old_v1_data/
 wget -r --no-parent -A 'RS_20*.zst' -U $user_agent -P $output_dir -nd -nc $base_url/old_v1_data/
 
-./check_submissions_shas.py
+./check_submission_shas.py

Community Data Science Collective || Want to submit a patch?