Revision 742dd4fa89586fa629f9e97095e04155610cfa70 authored by Valentin Lorentz on 28 March 2019, 12:28:16 UTC, committed by Valentin Lorentz on 28 March 2019, 15:01:49 UTC
`snapshot_add(origin, visit, snap)` becomes `snapshot_add(origin)` +
`origin_visit_update(origin, visit, snapshot_id=snap['id'])`
1 parent 3457207
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top