Skip to content

Commit

Permalink
Added APIC server in the accepted models list
Browse files Browse the repository at this point in the history
  • Loading branch information
eusebiu-constantin-petu-dbk committed Nov 14, 2018
1 parent 6f70d4b commit 0338148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcsdk/imcsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def _validate_connection(self):
return False

def _validate_model(self, model):
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX"]
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX", "APIC"]
valid_models = ["R460-4640810", "C260-BASE-2646"]

if model in valid_models:
Expand Down

0 comments on commit 0338148

Please sign in to comment.