Skip to content

Commit c13b7f3

Browse files
KellyMWhiteheadphilipbaileynar
authored andcommitted
Move QRiS Symbology to RiverscapesStudio resources folder #487
1 parent 583c966 commit c13b7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QRiS/qrave_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, parent):
3535
self.name = plugins_lower_case[matched_lower_case_name]
3636
self.plugin_instance = plugins[self.name]
3737
self.qrave_map_layer = importlib.import_module(f'{self.name}.src.classes.qrave_map_layer')
38-
self.symbology_folders = [parse_posix_path(os.path.join(self.qrave_map_layer.SYMBOLOGY_DIR, 'QRiS')),
38+
self.symbology_folders = [parse_posix_path(os.path.join(self.qrave_map_layer.SYMBOLOGY_DIR, 'RiverscapesStudio')),
3939
parse_posix_path(os.path.join(self.qrave_map_layer.SYMBOLOGY_DIR, 'Shared'))]
4040
self.metric_definitions_folder = parse_posix_path(os.path.join(self.qrave_map_layer.SYMBOLOGY_DIR, '..', 'QRiS', 'metrics'))
4141

0 commit comments

Comments
 (0)