Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 21, 2024
1 parent a7823c8 commit 317fc13
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CIME/code_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

logger = logging.getLogger(__name__)


###############################################################################
def _run_pylint(all_files, interactive):
###############################################################################
Expand Down Expand Up @@ -81,16 +80,6 @@ def _run_pylint(all_files, interactive):

return result

# if stat != 0:
# if interactive:
# logger.info("File %s has pylint problems, please fix\n Use command: %s" % (on_file, cmd))
# logger.info(out + "\n" + err)
# return (on_file, out + "\n" + err)
# else:
# if interactive:
# logger.info("File %s has no pylint problems" % on_file)
# return (on_file, "")


###############################################################################
def _matches(file_path, file_ends):
Expand Down

0 comments on commit 317fc13

Please sign in to comment.