From 944da9525d56009fe58304c1c8e1b30e060acd0f Mon Sep 17 00:00:00 2001 From: Duy Nguyen Date: Sun, 22 Dec 2019 01:43:31 -0500 Subject: [PATCH] Switch demo download to master branch --- ggui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggui/main.py b/ggui/main.py index 9eae864..2ca43b6 100644 --- a/ggui/main.py +++ b/ggui/main.py @@ -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