mirror of
https://github.com/django/django.git
synced 2025-06-06 03:59:12 +00:00
[2.2.x] Removed redundant period in Watchman unavailable message.
Backport of d8a2f4ec09e5b7e73a706a1b1b5bf74d8bdc64b3 from master.
This commit is contained in:
parent
70aeb6ab01
commit
370371ee9e
@ -580,7 +580,7 @@ def run_with_reloader(main_func, *args, **kwargs):
|
||||
try:
|
||||
WatchmanReloader.check_availability()
|
||||
except WatchmanUnavailable as e:
|
||||
logger.info('Watchman unavailable: %s.', e)
|
||||
logger.info('Watchman unavailable: %s', e)
|
||||
exit_code = restart_with_reloader()
|
||||
sys.exit(exit_code)
|
||||
except KeyboardInterrupt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user