From: Carl Hetherington Date: Thu, 22 Oct 2020 19:08:35 +0000 (+0200) Subject: Fix source packaging. X-Git-Url: https://main.carlh.net/gitweb/?p=cdist.git;a=commitdiff_plain;h=6adba8388f74b16f9e2132a96d2e529ab2135049 Fix source packaging. --- diff --git a/cdist b/cdist index a00fa0c..6011338 100755 --- a/cdist +++ b/cdist @@ -855,7 +855,7 @@ class SourceTarget(Target): def cleanup(self): rmtree(self.directory) - def package(self, project, checkout, output_dir, options): + def package(self, project, checkout, output_dir, options, no_notarize): tree = globals.trees.get(project, checkout, self) with TreeDirectory(tree): name = read_wscript_variable(os.getcwd(), 'APPNAME')