1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

removed whitespace

This commit is contained in:
Kelly Brazil
2020-03-08 14:03:08 -07:00
parent 5605310362
commit c3d7d7db12

View File

@ -188,7 +188,7 @@ def generate_magic_command(args):
Returns a tuple with a boolean and a command, where the boolean signifies that Returns a tuple with a boolean and a command, where the boolean signifies that
the command is valid, and the command is either a command string or None. the command is valid, and the command is either a command string or None.
""" """
# Parse with magic syntax: jc -p ls -al # Parse with magic syntax: jc -p ls -al
if len(args) <= 1 or args[1].startswith('--'): if len(args) <= 1 or args[1].startswith('--'):
return False, None return False, None