Explorar el Código

Set _imr_options for all LDP-NRs.

Stefano Cossu hace 7 años
padre
commit
1cfdd06a32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lakesuperior/model/ldp_nr.py

+ 1 - 1
lakesuperior/model/ldp_nr.py

@@ -27,11 +27,11 @@ class LdpNr(Ldpr):
         '''
         super().__init__(uuid, **kwargs)
 
+        self._imr_options = {}
         if stream:
             self.workflow = self.WRKF_INBOUND
             self.stream = stream
         else:
-            self._imr_options = {}
             self.workflow = self.WRKF_OUTBOUND
 
         self.mimetype = mimetype