Commit 75d525f167d45cf4ac8ba176567bb22bf40b43ea

Authored by Jürgen Knödlseder
1 parent 66f3e5a0

Correctly print saved DRW

modules/comscripts/comobsbin.py
... ... @@ -629,7 +629,7 @@ class comobsbin(ctools.csobservation):
629 629 self._log_value(gammalib.NORMAL, 'Local DRW file created', drwfile.url())
630 630  
631 631 # Log DRW
632   - self._log_string(gammalib.NORMAL, str(drw))
  632 + self._log_string(gammalib.NORMAL, str(drws[i]))
633 633  
634 634 # Return
635 635 return drxname, drgname, drwnames, drenames
... ...