summary refs log tree commit diff
path: root/pkgs/applications/science/misc/sasview/local_config.patch
blob: 91972a913bc4e5915fc2d5125caaa36ddbcf1521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/src/sas/_config.py
+++ b/src/sas/_config.py
@@ -70,2 +70,2 @@
-        logger.critical("Error loading %s: %s", path, exc)
-        sys.exit()
+        import sas.sasview.local_config
+        return sas.sasview.local_config
-- 
2.15.0