Skip to content
Snippets Groups Projects

Fixing pulling images out of subdirectories for REAL

Merged Charlotte Hausman requested to merge WS-673_fix_single_img_crash_issue into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 # revision identifiers, used by Alembic.
13 revision = "0953fe9fb794"
14 down_revision = "42723a9dd85c"
15 branch_labels = None
16 depends_on = None
17
18 script_content = """#!/bin/sh
19 set -o errexit
20
21 export HOME=$TMPDIR
22
23 fetch_foundation(){
24 ../productfetcher{{product_locator}}
25
26 echo "Moving images out of subdirectories...."
27 for dir in *.fits; do mv $dir $dir.l; done;
  • added 1 commit

    • 02353128 - correcting move images out of subdirs

    Compare with previous version

  • Charlotte Hausman enabled an automatic merge when the pipeline for 02353128 succeeds

    enabled an automatic merge when the pipeline for 02353128 succeeds

  • Please register or sign in to reply
    Loading