Skip to content

Commit

Permalink
fix(flaskform): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Nov 15, 2021
1 parent 8ea27a3 commit feb8cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenzy_wrapper/selenzy/flaskform.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def post(self):
try:
if isinstance(rxninfo, (list, tuple) ):
data = []
for instance in rnxinfo:
for instance in rxninfo:
dat, csvfile, sessionid = run_session(rxntype, instance, targets, direction, host, fp, noMSA)
data.append(dat)
data = pd.DataFrame(data)
Expand Down

0 comments on commit feb8cb4

Please sign in to comment.