From 02f6f96c2218bdbcc66b03c4cc290705556547d8 Mon Sep 17 00:00:00 2001 From: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com> Date: Thu, 22 Sep 2022 09:52:47 +0200 Subject: [PATCH] update link to weldx tutorial files for v0.6.0 --- tutorials/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/util.py b/tutorials/util.py index 1ab8a0d8b..fc5a9eb68 100644 --- a/tutorials/util.py +++ b/tutorials/util.py @@ -8,10 +8,10 @@ def download_tutorial_input_file(print_status=True): from urllib.request import urlretrieve url = ( - "https://github.com/BAMWelDX/IIW2021_AA_CXII/blob/weldx_0.5.0" + "https://github.com/BAMWelDX/IIW2021_AA_CXII/blob/weldx_0.6.0" "/single_pass_weld.weldx?raw=true " ) - sha256sum = "29e4f11ef1185f818b4611860842ef52d386ad2866a2680257950f160e1e098a" + sha256sum = "d3329721e1eeb73fcaac2d5f5f649aa267d5c705abbc314bb31e53147e080297" def hash_path(path): import hashlib