diff --git a/lib/nexrad/archive.py b/lib/nexrad/archive.py index f9d0744..be2fc12 100644 --- a/lib/nexrad/archive.py +++ b/lib/nexrad/archive.py @@ -54,7 +54,6 @@ class ArchiveProduct(): parts = self.__parts__() ret = os.path.join(*parts) - if self.typeof == ArchiveProductType.V03: ret += "_V03"