Commit 6f083144 authored by Adan Salazar Garibay's avatar Adan Salazar Garibay

working with unzip

parent 2cefd271
...@@ -88,7 +88,7 @@ def find_files(args): ...@@ -88,7 +88,7 @@ def find_files(args):
folder = args.folder folder = args.folder
satelite = args.plattform satelite = args.plattform
files = os.listdir(folder) files = os.listdir(folder)
if(satelite!="Sentinel-1")or(satelite!="sentinel-1")or(satelite=="Sentinel-2")or(satelite=="sentinel-2"): if(satelite!="Sentinel-1") or (satelite!="sentinel-1") or (satelite=="Sentinel-2") or (satelite=="sentinel-2"):
print satelite + " not exist" print satelite + " not exist"
sys.exit() sys.exit()
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment