Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Social-Mean committed Jan 17, 2025
1 parent c75b32f commit 7dee169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spyder/plugins/projects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ def on_mainwindow_visible(self):
cli_options = self.get_command_line_options()
initial_cwd = self._main.get_initial_working_directory()
connection_file = cli_options.connection_file
# Avoid conflicts with `--connect-to-kernel` option. See issue #23497

# Avoid conflicts with `--connect-to-kernel` option. See issue #23497
# for more information.
if connection_file is not None:
return

if cli_options.project is not None:
logger.debug('Opening project from the command line')
project = osp.normpath(
Expand Down

0 comments on commit 7dee169

Please sign in to comment.