Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 29, 2021
1 parent 9ffbc2e commit c2433a2
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -106,8 +106,7 @@ def test_data_store_variables(variables, name, indent=''):
print(' - %s' % repr(e))

try:
utils.test_simulation('Unknown remote file',
'https://unknown', False)
utils.test_simulation('Unknown remote file', 'https://unknown', False)
except Exception as e:
print(' - %s' % repr(e))

Expand Down

0 comments on commit c2433a2

Please sign in to comment.