Skip to content

Commit

Permalink
another debug try
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 25, 2021
1 parent 787228d commit a2d090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinn_utilities/executable_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def get_executable_path(self, executable_name):
for path in self._binary_search_paths:
logger.info(path)
print(path)
logger.info(os.listdir())
print(os.listdir())
logger.info(os.listdir(path))
print(os.listdir(path))

# No executable found
raise KeyError(
Expand Down

0 comments on commit a2d090a

Please sign in to comment.