Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Add type conversion to argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Dec 16, 2019
1 parent c7189e0 commit 3c8a358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/ert/forward-models/res/script/rms
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def _build_argument_parser():
parser = argparse.ArgumentParser(description=description, usage=usage)
parser.add_argument(
'iens',
type=int,
help='Realization number',
)
parser.add_argument(
Expand Down

0 comments on commit 3c8a358

Please sign in to comment.