Skip to content

Commit

Permalink
#24 Added --force option to the base class
Browse files Browse the repository at this point in the history
  • Loading branch information
korvinos committed Jul 29, 2018
1 parent a3ade41 commit 74fc381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sar_doppler/management/commands/base_sar_doppler.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ def add_arguments(self, parser):
default='2093-03-11',
help='Specify end of a time range')

# Force processing
parser.add_argument('--force',
action='store_true',
help='Force processing ')

return parser

@staticmethod
Expand Down

0 comments on commit 74fc381

Please sign in to comment.