Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Change "is not" to "!=" to silence warning #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 2, 2021

  1. Change "is not" to "!=" to silence warning

    Running this code gives the following warning:
    
    ```
    /opt/homebrew/Cellar/gitless/0.8.8_7/libexec/lib/python3.9/site-packages/clint/textui/prompt.py:68: SyntaxWarning: "is not" with a literal. Did you mean "!="?
      if prompt[-1] is not ' ':
    ```
    lalaithion authored May 2, 2021
    Configuration menu
    Copy the full SHA
    8b429ec View commit details
    Browse the repository at this point in the history