Skip to content

Commit

Permalink
scan: increase maxdepth to 4 to allow functional tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Aug 7, 2020
1 parent a007c78 commit bd5b9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/network/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd5b9b7

Please sign in to comment.