Jachym Cepicky 14 년 전
부모
커밋
dd22ce39e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wcs/__init__.py

+ 1 - 1
wcs/__init__.py

@@ -155,7 +155,7 @@ class WCS(OWS):
         else:
             logging.info("No time subset found")
 
-    def _addBandsMetadata(layer, lyrobj):
+    def _addBandsMetadata(self, layer, lyrobj):
         """Adds wmcs_band* metadata to the lyrobj"""
 
         for i in layer.axisDescriptions: