Skip to content

Commit

Permalink
Merge branch 'main' of github.com:legacysurvey/legacypipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Nov 30, 2023
2 parents 5445364 + 2e2a14b commit b53be9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/legacyzpts/run-scamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def main():
scamp_cmd = ('cd %s && %s -c %s %s' %
(scamp_dir, scamp_exe, scamp_config, ' '.join(scampfiles)))
print(scamp_cmd)
#r = os.system(scamp_cmd)
#assert(r == 0)
r = os.system(scamp_cmd)
assert(r == 0)

survey_dir = args.survey_dir
if survey_dir is None:
Expand Down

0 comments on commit b53be9f

Please sign in to comment.