Skip to content

Commit de0e1b7

Browse files
committed
hurm
1 parent be4abb5 commit de0e1b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ruff.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ jobs:
2121
- uses: astral-sh/ruff-action@v3
2222
with:
2323
src: "/home/runner/work/phrosty"
24-
- run: ruff check

phrosty/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def main():
662662
temp_dir=args.temp_dir, out_dir=args.out_dir, ltcv_dir=args.ltcv_dir,
663663
galsim_config_file=galsim_config, force_sky_subtract=args.force_sky_subtract,
664664
nuke_temp_dir=False, verbose=args.verbose )
665-
pipeline( args.through_step )
665+
pipeline( args.through_step )
666666

667667

668668
# ======================================================================

0 commit comments

Comments
 (0)