https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 981d3f92570c9d7b53a3317c5f7c8f8a3fe48b71 authored by Valentin Lorentz on 20 February 2019, 15:53:20 UTC
Fix crash of SchedulerBackend.search_tasks when no argument is given.
Tip revision: 981d3f9
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