Skip to content

Commit

Permalink
update link to weldx tutorial files for v0.6.0 (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Sep 22, 2022
1 parent ea8a587 commit 80c9695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80c9695

Please sign in to comment.