Skip to content

Commit

Permalink
Internal: Fix typo secounds => seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Aug 20, 2017
1 parent 7d16c8d commit 8d5dce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/util/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ def add_to_log(obj):
_log.append(obj)


def log_git(command, stdin, stdout, stderr, secounds):
def log_git(command, stdin, stdout, stderr, seconds):
message = {
"type": "git",
"command": command,
"stdin": stdin,
"stdout": stdout,
"stderr": stderr,
"secounds": secounds
"seconds": seconds
}

if stdin.__class__ == bytes:
Expand Down

0 comments on commit 8d5dce6

Please sign in to comment.