diff GenerateConfigurationForTests.py @ 319:de6e73e4df60 Orthanc-1.7.2

leaving bitbucket
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 16:14:30 +0200
parents b55a7cb5ee02
children 8a462f9c5a97
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Mon Jun 22 16:15:31 2020 +0200
+++ b/GenerateConfigurationForTests.py	Tue Jun 30 16:14:30 2020 +0200
@@ -81,7 +81,8 @@
 
 # Download the content of the default configuration file
 with open(args.target, 'w') as f:
-    url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/Resources/Configuration.json'
+    url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/OrthancServer/Resources/Configuration.json'
+    #url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/Resources/Configuration.json'
     #url = 'https://bitbucket.org/sjodogne/orthanc/raw/default/Resources/Configuration.json'
     http = urllib.urlopen(url)
     if http.getcode() != 200: