Skip to content

Commit

Permalink
ild_disp.py: fix typo in unexecuted code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcharne committed May 6, 2021
1 parent 598913a commit 6ffdfb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pysrc/ild_disp.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ def get_l2_fn_from_info(info, disp_dict):
arg_seq = info.easz_nt_seq

if is_const:
argname = None
arg_seq = []
arg_name = None

l2_fn = ild_codegen.get_l2_fn(info.disp_nt_seq, disp_token,
arg_seq,
argname,
Expand Down

0 comments on commit 6ffdfb4

Please sign in to comment.