Skip to content

Commit

Permalink
Remove a tab (indentation should be with spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed May 6, 2019
1 parent 43895b1 commit f00466a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landice/mesh_tools_li/define_cullMask.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
options, args = parser.parse_args()

if not options.file:
print("No grid filename provided. Using landice_grid.nc.")
print("No grid filename provided. Using landice_grid.nc.")
options.file = "landice_grid.nc"

if not options.method:
Expand Down

0 comments on commit f00466a

Please sign in to comment.