Skip to content

Commit 473a2a8

Browse files
committed
python3.7
1 parent a012d32 commit 473a2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
def tutorial_source_dirs() -> List[Path]:
7474
return [
75-
p.relative_to(REPO_ROOT).with_stem(p.stem[:-7])
75+
p.relative_to(REPO_ROOT).with_name(p.stem[:-7])
7676
for p in REPO_ROOT.glob("*_source")
7777
]
7878

0 commit comments

Comments
 (0)