Skip to content

Commit

Permalink
Fix space format
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca-Fuentes committed Oct 28, 2024
1 parent 9743d89 commit fb7692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/frontend/autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def detect_topology():
for part in rt.system.partitions:
getlogger().debug(f'detecting topology info for {part.fullname}')
found_procinfo = False
found_devinfo = False
found_devinfo = False
if part.processor.info != {}:
# Processor info set up already in the configuration
getlogger().debug(
Expand Down

0 comments on commit fb7692a

Please sign in to comment.