Skip to content

Commit 3c09651

Browse files
authored
Fix bug in gallery_tests runner (#4111)
1 parent 83eead6 commit 3c09651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/runner/_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def run(self):
117117
if self.gallery_tests:
118118
import iris.config
119119

120-
default_doc_path = os.path.join(sys.path[0], "docs", "iris")
120+
default_doc_path = os.path.join(sys.path[0], "docs")
121121
doc_path = iris.config.get_option(
122122
"Resources", "doc_dir", default=default_doc_path
123123
)

0 commit comments

Comments
 (0)