Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Fixed a bug that caused an exception if the script was run for a sing…
Browse files Browse the repository at this point in the history
…le region
  • Loading branch information
Katarzyna Di Meo committed Feb 19, 2018
1 parent aa0dcb4 commit bd89a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/FIWARELabNodesSLA/fiware_lab_nodes_sla.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def main():
sys.stdout.write("# The regions are: " + ", ".join(regions) + "\n")
else:
regions = [args.region_id]
sys.stdout.write("# The region is: " + region_id[0] + "\n")
sys.stdout.write("# The region is: " + regions[0] + "\n")

# Get sla parameter to work with
try:
Expand Down

0 comments on commit bd89a1b

Please sign in to comment.