Skip to content

Commit

Permalink
Fix typos in storage logging
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Gayot <[email protected]>
  • Loading branch information
ogayot committed Dec 12, 2023
1 parent c9e4cbb commit e2e6654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions probert/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ async def probe(self, probe_types=None, *, parallelize=False):

if len(to_probe) == 0:
not_avail = probe_types.difference(all_probes)
print('Requsted probes not available: %s' % probe_types)
print('Requested probes not available: %s' % probe_types)
print('Valid probe types: %s' % all_probes)
print('Unavilable probe types: %s' % not_avail)
print('Unavailable probe types: %s' % not_avail)
return self.results

probed_data = {}
Expand Down

0 comments on commit e2e6654

Please sign in to comment.