Fix formatting

develop
Chris Leaman 6 years ago
parent 21b12a34be
commit 9879a9d18c

@ -147,7 +147,7 @@ def parse_profile_features(df_sites, df_profiles, dune_crest_shp, dune_toe_shp):
return df_profile_features
@click.command(short_help='create .csv of dune toe and crest positions')
@click.command(short_help="create .csv of dune toe and crest positions")
@click.option("--dune-crest-shp", required=True, help=".csv file to convert")
@click.option("--dune-toe-shp", required=True, help="where to store .shp file")
@click.option("--sites-csv", required=True, help="where to store .shp file")

Loading…
Cancel
Save