File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -635,15 +635,15 @@ def find_closest_string(string,string_list):
635635default_app_settings = load_from_json (
636636 os .path .abspath (os .path .join (
637637 os .path .dirname (__file__ ),
638- '../static/js/misc/DefaultSettings .json' )))
638+ '../static/js/misc/defaultSettings .json' )))
639639default_particle_settings = load_from_json (
640640 os .path .abspath (os .path .join (
641641 os .path .dirname (__file__ ),
642- '../static/js/misc/DefaultParticleSettings .json' )))
642+ '../static/js/misc/defaultParticleSettings .json' )))
643643default_settings = {** default_app_settings ,** default_particle_settings }
644644
645645
646646colormaps = load_from_json (
647647 os .path .abspath (os .path .join (
648648 os .path .dirname (__file__ ),
649- '../static/textures/colormap_names.json' )))['names' ]
649+ '../static/textures/colormap_names.json' )))['names' ]
You can’t perform that action at this time.
0 commit comments