Skip to content

Commit

Permalink
Fix Python 3 linting error for #3340.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 20, 2016
1 parent ef1fd48 commit a5af4d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/selenium_tests/test_tool_form.py
Expand Up @@ -37,7 +37,6 @@ def test_verify_dataset_details_tables(self):
dataset_details_key_value_pairs = self._table_to_key_value_elements("table#dataset-details")
number_found = name_found = format_found = False
for key, value in dataset_details_key_value_pairs:
print hda
if "Number:" in key.text:
assert str(hda["hid"]) in value.text
number_found = True
Expand Down

0 comments on commit a5af4d1

Please sign in to comment.