Moved microscoperc.yaml to microscope_settings.yaml
This commit is contained in:
parent
1fe8ea18d8
commit
9fc4dfc628
4 changed files with 7 additions and 7 deletions
|
|
@ -143,7 +143,7 @@ class Microscope(object):
|
|||
if 'plugins' in self.rc.config:
|
||||
self.attach_plugin_maps(self.rc.config['plugins'])
|
||||
else:
|
||||
logging.warning("No plugins specified in microscoperc.yaml. Skipping.")
|
||||
logging.warning("No plugins specified in microscope_settings.yaml. Skipping.")
|
||||
|
||||
def reload_plugins(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue