Skip to content

Commit

Permalink
Switch demo download to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Dec 22, 2019
1 parent a449894 commit 944da95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def show_about_ggui(self):

def ggui_tutorial(self):
"""Loads gGui sample data"""
sample_data_url = 'https://github.com/gphoton-tools/ggui/raw/v1.2/docs/ggui_tutorial_data2019-11-11.zip'
sample_data_url = 'https://github.com/gphoton-tools/ggui/raw/master/docs/ggui_tutorial_data2019-11-11.zip'
# Dynamically get the sample data archive filename in case it changes
sample_filename = pathlib.Path(urlparse(sample_data_url).path).name
# Get temp path on disk to where this sample data will be written
Expand Down

0 comments on commit 944da95

Please sign in to comment.