Skip to content

Commit

Permalink
Fixed typo in format statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Apr 4, 2013
1 parent 3be215c commit a0c46a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral/tests/spyfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def run():
dtypes=('i2', 'i4', 'f4', 'f8'))
suite.run()
except FileNotFoundError:
print 'File "%s" not found. Skipping.' % f
print 'File "%s" not found. Skipping.' % fname

if __name__ == '__main__':
run()

0 comments on commit a0c46a1

Please sign in to comment.