|
@@ -76,7 +76,8 @@ def run(self, *,
|
|
return # server is reloading
|
|
return # server is reloading
|
|
|
|
|
|
if not globals.pre_evaluation_succeeded:
|
|
if not globals.pre_evaluation_succeeded:
|
|
- logging.warning('Failed to pre-evaluate ui.run().')
|
|
|
|
|
|
+ if exclude or reload:
|
|
|
|
+ logging.warning('Failed to pre-evaluate ui.run().')
|
|
if exclude:
|
|
if exclude:
|
|
logging.warning('The `exclude` argument will be ignored.')
|
|
logging.warning('The `exclude` argument will be ignored.')
|
|
if reload:
|
|
if reload:
|