Skip to content

Commit

Permalink
Merge branch 'tickets/DM-25280'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdswinbank committed Jun 5, 2020
2 parents 4835ec0 + 84aa539 commit 68ad4a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/lsst/ap/association/packageAlerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ class PackageAlertsConfig(pexConfig.Config):
dtype=str,
doc="Schema definition file for the avro alerts.",
default=os.path.join(getPackageDir("alert_packet"),
"schema/latest/lsst.alert.avsc"),
"schema",
*[str(x) for x in alertPack.get_latest_schema_version()],
"lsst.alert.avsc")
)
minCutoutSize = pexConfig.RangeField(
dtype=int,
Expand Down

0 comments on commit 68ad4a0

Please sign in to comment.