Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 30, 2016
1 parent a45e5b0 commit 646291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plot_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_load_from_console(self):
"""Test whether a dataset can be loaded that is defined in the
console"""
self.window.console.execute(
"ds = psy.open_dataset(%s)" % self.get_file('test-t2m-u-v.nc'))
"ds = psy.open_dataset('%s')" % self.get_file('test-t2m-u-v.nc'))
vtab = self.pc.variables_table
ds = psy.open_dataset(self.get_file('test-t2m-u-v.nc'))
self.pc.get_ds_from_shell('ds')
Expand Down

0 comments on commit 646291a

Please sign in to comment.