Skip to content

Commit

Permalink
python linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jun 30, 2021
1 parent 3f78777 commit ff2932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/axipcie/_AxiPcieCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self,
))

# Check for the SLAC GEN4 PGP Card
if boardType is 'SlacPgpCardG4':
if boardType == 'SlacPgpCardG4':

for i in range(2):
self.add(xceiver.Qsfp(
Expand Down

0 comments on commit ff2932c

Please sign in to comment.