Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen committed Jan 30, 2021
1 parent fd814fa commit 63367dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerospike/datadog_checks/aerospike/aerospike.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def get_info(self, command, separator=';'):
data,
)
except Exception as e:
self.log.warning("Command `{}` was unsuccessful: {}".format(command, str(e)))
self.log.warning("Command `%s` was unsuccessful: %s" (command, str(e))
return
# Get rid of command and whitespace
data = data[len(command) :].strip()
Expand Down

0 comments on commit 63367dc

Please sign in to comment.