Skip to content

Commit a00f2ce

Browse files
committed
updated to new version fix x.y+psffix1
1 parent cf74f0c commit a00f2ce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tutorials/spherex/spherex_psf.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ def update_psf_header(old_hdul):
303303
304304
if "+" in v:
305305
base, modifier = v.split("+", 1)
306-
elif "-" in v:
307-
base, modifier = v.split("-", 1)
308306
309307
base_version = Version(base)
310308

0 commit comments

Comments
 (0)