From bd5b9b7ab45162255fef9ca43a64742b781930be Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 7 Aug 2020 12:04:09 +0100 Subject: [PATCH] scan: increase maxdepth to 4 to allow functional tests to pass --- cylc/flow/network/scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/flow/network/scan.py b/cylc/flow/network/scan.py index afc9ad6b612..0b14f1b4f23 100644 --- a/cylc/flow/network/scan.py +++ b/cylc/flow/network/scan.py @@ -102,7 +102,7 @@ async def dir_is_flow(listing): @pipe -async def scan(run_dir=None, scan_dir=None, max_depth=3): +async def scan(run_dir=None, scan_dir=None, max_depth=4): """List flows installed on the filesystem. Args: