Commit 5eb79a30 by Timothée Peignier

change method signature

parent 67b3e9d0
......@@ -71,7 +71,7 @@ class VersioningBase(object):
def version(self, source_files):
raise NotImplementedError
def needs_update(self, output_file, source_files, version):
def needs_update(self, output_file, paths, version):
raise NotImplementedError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment