Skip to content

Commit b110374

Browse files
committed
CWD reduction, don't apply lgx first. Let ard.cwd_redux() handle what's necessary.
1 parent d2cc574 commit b110374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def cwd_redux_controller():
126126
return {"message": "gl_string and reduction_method not provided"}, 404
127127
# Perform redux
128128
try:
129-
cwd = ard.cwd_redux(ard.redux(gl_string, "lgx"))
129+
cwd = ard.cwd_redux(gl_string)
130130
except PyArdError as e:
131131
return {"message": e.message}, 400
132132

0 commit comments

Comments
 (0)