Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schwanbeck committed Oct 16, 2024
1 parent 6766a2c commit 28dee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ysmr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def ysmr(paths=None, settings=None, result_folder=None, multiprocess=False):
listener.join()
return None
elif event[0].lower() == 'y':
logger.debug('User has given it\'s blessing.')
logger.debug('User agreed.')
break
results = {}
if result_folder is None:
Expand Down

0 comments on commit 28dee50

Please sign in to comment.