Skip to content

Commit

Permalink
borme_to_json: borro -d (debug) para que no se confunda con -d/--dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
PabloCastellano committed Mar 11, 2017
1 parent 01d04fa commit c191685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/borme_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Convert BORME A PDF files to JSON.')
parser.add_argument('filename', help='BORME A PDF filename')
parser.add_argument('-d', '--debug', action='store_true', default=False, help='Debug mode')
parser.add_argument('-o', '--output', help='Output JSON file')
parser.add_argument('--debug', action='store_true', default=False, help='Debug mode')
parser.add_argument('-o', '--output', help='Output directory or filename (default is current directory)')
args = parser.parse_args()

# set logger DEBUG (Not working)
Expand Down

0 comments on commit c191685

Please sign in to comment.