Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jan 18, 2021
1 parent 2769b06 commit 0731d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion owslib/iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,8 @@ def __init__(self, img_desc=None):
val = img_desc.find(util.nspath_eval('gmd:cloudCoverPercentage/gco:Real', namespaces))
self.cloud_cover = util.testXMLValue(val)

val = img_desc.find(util.nspath_eval('gmd:processingLevelCode/gmd:RS_Identifier/gmd:code/gco:CharacterString', namespaces))
val = img_desc.find(util.nspath_eval(
'gmd:processingLevelCode/gmd:RS_Identifier/gmd:code/gco:CharacterString', namespaces))
self.processing_level = util.testXMLValue(val)

for i in img_desc.findall(util.nspath_eval('gmd:dimension/gmd:MD_Band', namespaces)):
Expand Down

0 comments on commit 0731d90

Please sign in to comment.