Skip to content

Commit

Permalink
Forgor the ignoredInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 9, 2024
1 parent 6f12e8c commit 9654cd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Fault/Entries/cut.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ func cut(arguments: [String]) -> Int32 {

for hook in instance.portlist {
let portName = String(describing: hook.portname)

if ignoredInputs.contains(portName) {
continue
}

let portInfo = blackboxModule.portsByName[portName]!

let ioDeclaration: PythonObject
Expand Down

0 comments on commit 9654cd9

Please sign in to comment.