We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1155dd5 commit fa751daCopy full SHA for fa751da
1 file changed
src/astroviper/imaging/feather.py
@@ -261,9 +261,7 @@ def feather(
261
if "overwrite" not in outim:
262
outim["overwrite"] = False
263
elif type(outim["overwrite"]) != bool:
264
- raise ValueError(
265
- "If specified, outim['overwrite'] must be a boolean value"
266
- )
+ raise ValueError("If specified, outim['overwrite'] must be a boolean value")
267
if not outim["overwrite"]:
268
if os.path.exists(outim["name"]):
269
raise RuntimeError(
0 commit comments