Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Jul 1, 2024
1 parent 1114bc6 commit 8956aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npf/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def execute(self, build, run, v, n_runs=1, n_retry=0, allowed_types=SectionScrip

all_pyexits = []
all_pyexits_v = []
for s,vlist in [(t.testie,t.imp_v) for t in self.imports] + [(self, v)]:
for s,vlist in [(t.test,t.imp_v) for t in self.imports] + [(self, v)]:
for p in s.get_pyexits():
all_pyexits.append(p)
all_pyexits_v.append(vlist)
Expand Down

0 comments on commit 8956aca

Please sign in to comment.