We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4dafb9 + 053fbf0 commit 3fc3705Copy full SHA for 3fc3705
1 file changed
labgrid/remote/exporter.py
@@ -503,6 +503,7 @@ def _get_params(self):
503
"vendor_id": self.local.vendor_id,
504
"model_id": self.local.model_id,
505
"index": self.local.index,
506
+ "invert": self.local.invert,
507
}
508
509
@@ -523,6 +524,7 @@ def _get_params(self):
523
524
525
526
527
528
529
530
0 commit comments