dvershinin / lastversion

Inconsistent return statements PYL-R1710
Style
a year agoa year old
Either all return statements in a function should return an expression, or none of them should.
386    extract_appimage_desktop_file(app_file_name)
387
388
389def main():390    """The entrypoint to CLI app."""
391    epilog = None
392    if "GITHUB_API_TOKEN" not in os.environ and "GITHUB_TOKEN" not in os.environ: