Explorar o código

Set _imr_options for all LDP-NRs.

Stefano Cossu %!s(int64=7) %!d(string=hai) anos
pai
achega
1cfdd06a32
Modificáronse 1 ficheiros con 1 adicións e 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