Skip to content
Snippets Groups Projects

update vlass templates for pimscache python3.10 upgrade

Merged Charlotte Hausman requested to merge update-vlass-python into main
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,7 +11,7 @@ cd {{spool_dir}}
$SBIN_PATH/framework.sh -d .
chmod 770 .
if [ ! -z "$PREV_SPOOL" ] && [ -d ../$PREV_SPOOL/rawdata/ ] && [ ! -z "$(ls -A ../$PREV_SPOOL/rawdata/)" ]; then
if [ ! -z "$PREV_SPOOL" ] && [ -d "../$PREV_SPOOL/rawdata/" ] && [ ! -z "$(ls -A ../$PREV_SPOOL/rawdata/)" ]; then
# Reuse the raw data from the previous version
mv ../$PREV_SPOOL/rawdata/ .
else
Loading