Skip to content

Commit

Permalink
Fix command line interface for runastrodriz (#1444) (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsci-hack authored Sep 28, 2022
1 parent 47db957 commit b26f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzlepac/runastrodriz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ def main():
import getopt

try:
optlist, args = getopt.getopt(sys.argv[1:], 'bdahfginv:')
optlist, args = getopt.getopt(sys.argv[1:], 'bdahfgin:v:')
except getopt.error as e:
print(str(e))
print(__doc__)
Expand Down

0 comments on commit b26f6f0

Please sign in to comment.