We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9703bad commit 408b5a5Copy full SHA for 408b5a5
1 file changed
tests/test_task.py
@@ -873,6 +873,7 @@ def _append_val(path, *val):
873
def test_unix_path_repeated_function(self):
874
"""TaskGraph: ensure no reruns if path is unix style."""
875
global _append_val
876
+ _append_val = _append_val # flake8 complains if not defined
877
878
task_graph = taskgraph.TaskGraph(self.workspace_dir, -1)
879
target_dir = self.workspace_dir + '/foo/bar/rad/'
0 commit comments