Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def write_txt_file(self, file_path, value):
return False
return True

def is_host():
def is_host(self):
"""
Test whether current process is running on the host or an docker
return True for host and False for docker
Expand Down