Skip to content

Commit

Permalink
Add missing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
johnandrea authored Jun 27, 2022
1 parent 83fb7c7 commit 68802da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gedcom-display-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def options_ok( program_options ):
options = get_program_options()

if not os.path.isdir( options['libpath'] ):
print( '', file=sys.stderr )
print( 'Path to readgedcom is not a directory', file=sys.stderr )
sys.exit( 1 )

readgedcom = load_my_module( 'readgedcom', options['libpath'] )
Expand Down

0 comments on commit 68802da

Please sign in to comment.