Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Jul 10, 2024
1 parent d2edd46 commit 6881866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fabio/app/hdf2neggia.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

__date__ = "09/06/2024"
__date__ = "10/07/2024"
__author__ = "Jerome Kieffer"
__license__ = "MIT"

Expand Down Expand Up @@ -138,7 +138,7 @@ def process(options):


def main():
options = parse(sys.argv)
options = parse(sys.argv[1:])
return process(options)


Expand Down

0 comments on commit 6881866

Please sign in to comment.