We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c935bb5 commit dccd698Copy full SHA for dccd698
1 file changed
test/test_check_las.py
@@ -35,7 +35,7 @@ def test_check_pdal_can_open_file_with_retry_nok():
35
assert not check_pdal_can_open_file_with_retry(filepath, 10)
36
37
38
-@check_pdal_can_open_file_with_retry_decorator(delay=0) # or mock time.sleep
+@check_pdal_can_open_file_with_retry_decorator(delay=0, filepath="filepath") # or mock time.sleep
39
def echo(filepath):
40
return filepath
41
0 commit comments