diff options
Diffstat (limited to 'host/tests/devtest/test_pps_test.py')
-rwxr-xr-x | host/tests/devtest/test_pps_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/test_pps_test.py b/host/tests/devtest/test_pps_test.py index 39c47d1c7..bccb9bed9 100755 --- a/host/tests/devtest/test_pps_test.py +++ b/host/tests/devtest/test_pps_test.py @@ -27,7 +27,7 @@ class uhd_test_pps_test(uhd_example_test_case): args = [ self.create_addr_args_str(), ] - if test_args.has_key('source'): + if 'source' in test_args: args.append('--source') args.append(test_args['source']) (app, run_results) = self.run_example('test_pps_input', args) |