Commit 51778477ac8790d0307846069e68d66f5e6fcf97
1 parent
b99d133a
Exists in
dev
bugfix AgentImagesProcessor
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
privatedev/plugin/agent/AgentImagesProcessor.py
... | ... | @@ -85,7 +85,7 @@ class AgentImagesProcessor(Agent): |
85 | 85 | home = guitastro.Home(self._home) |
86 | 86 | |
87 | 87 | # === Instanciate an object Filenames to manage file names |
88 | - self._filename_manager = guitastro.Filenames() | |
88 | + self._filename_manager = guitastro.FileNames() | |
89 | 89 | self._filename_manager.naming("PyROS.1") |
90 | 90 | |
91 | 91 | # === Set longitude to ima object to generate the night yyyymmdd and subdirectories yyyy/mm/dd | ... | ... |
src/core/pyros_django/observation_manager/AgentImagesProcessor.py
... | ... | @@ -85,7 +85,7 @@ class AgentImagesProcessor(Agent): |
85 | 85 | home = guitastro.Home(self._home) |
86 | 86 | |
87 | 87 | # === Instanciate an object Filenames to manage file names |
88 | - self._filename_manager = guitastro.Filenames() | |
88 | + self._filename_manager = guitastro.FileNames() | |
89 | 89 | self._filename_manager.naming("PyROS.1") |
90 | 90 | |
91 | 91 | # === Set longitude to ima object to generate the night yyyymmdd and subdirectories yyyy/mm/dd | ... | ... |