Skip to content

Commit

Permalink
skip blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmakes committed Oct 1, 2024
1 parent 38d8132 commit c9624e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facts/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def isvalidport(val):

def isvalidlink(val):
""""test for valid link type [Uplink, Downlink, AP, MassFlash]"""
return val in ["Uplink", "Downlink", "AP", "MassFlash"]
return val in ["Uplink", "Downlink", "AP", "MassFlash", "-"]

def test_csvfile(meta):
"""csv wrapper for test_datafile"""
Expand Down

0 comments on commit c9624e0

Please sign in to comment.