From: Christian Heller Date: Thu, 7 Mar 2019 11:23:34 +0000 (+0100) Subject: Fix indentation error. X-Git-Url: https://plomlompom.com/repos/?p=plomlombot-irc.git;a=commitdiff_plain;h=4d3d76d71ea68d969322b69491fc1433ab1f556e Fix indentation error. --- diff --git a/plomlombot.py b/plomlombot.py index 7e0196e..f0f387e 100755 --- a/plomlombot.py +++ b/plomlombot.py @@ -220,7 +220,7 @@ def handle_command(command, argument, notice, target, session): (tokens[0] == "offset-search" and ((not len(tokens) > 2) or (not tokens[1].isdigit())))): help() - return + return if not os.access(session.quotesfile, os.F_OK): notice("no quotes available") return