Skip to content

Commit

Permalink
Remove stage4 logic from csvcopy.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Aug 10, 2018
1 parent b718b47 commit f1fcfdf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions csvcopy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,4 @@ if [ $DTYPE == "puf" ]; then
copyifdiff $FILENAME $TAXDATADIR$FILENAME $TAXCALCDIR$FILENAME $DRYRUN
fi

# copy $DTYPE_stage4/$DTYPE_benefits.csv.gz file if different
TAXDATADIR=$DTYPE"_stage4/"
FILENAME=$DTYPE"_benefits.csv.gz"
if [ $DTYPE == "cps" ]; then
copyifdiff $FILENAME $TAXDATADIR$FILENAME $TAXCALCDIR$FILENAME $DRYRUN
fi

exit 0

0 comments on commit f1fcfdf

Please sign in to comment.