Skip to content
Snippets Groups Projects
Commit 6aa8c04e authored by Hugo Buddelmeijer's avatar Hugo Buddelmeijer
Browse files

Update path to find sources in ScopeSim_Templates

parent c3d8ac23
Branches
1 merge request!379Update ScopeSim / ScopeSim_Templates / IRDB
...@@ -12,8 +12,8 @@ class ObservingBlockExtra(MObject): ...@@ -12,8 +12,8 @@ class ObservingBlockExtra(MObject):
"""An Observing Block.""" """An Observing Block."""
prepend_append = { prepend_append = {
"empty_sky": ("scopesim_templates.calibration.calibration.", "()"), "empty_sky": ("scopesim_templates.micado.", "()"),
"cluster": ("scopesim_templates.stellar.clusters.", "()"), "cluster": ("scopesim_templates.micado.", "()"),
} }
@classmethod @classmethod
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment