Skip to content

Commit

Permalink
Fix my merge / rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Apr 30, 2024
1 parent eb574ed commit 682c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def schedule_at(
"""
proc = subprocess.Popen(args, stdout=subprocess.PIPE)
try:
output = subprocess.check_output(
proc_output = subprocess.check_output(
(
at_command,
"-t",
Expand Down

0 comments on commit 682c521

Please sign in to comment.