Skip to content

Commit

Permalink
indentation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Schmerl committed May 12, 2018
1 parent cd2ce4f commit 4171e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robotcontrol/rainbow_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def launchRainbow(self, challenge_problem, log):
print("Configuring rainbow for %s"%challenge_problem)
os.environ["LD_LIBRARY_PATH"] = os.environ["LD_LIBRARY_PATH"] + ":" + os.path.expanduser("~/das/prism-4.3.1-linux64/lib")
print ("LD_LIBRARY_PATH=%s" %os.environ["LD_LIBRARY_PATH"])
rainbow_sleep = os.environ["RAINBOW_WAIT_TIME"]
print("Will wait %s seconds for Rainbow to come up")
rainbow_sleep = os.environ["RAINBOW_WAIT_TIME"]
print("Will wait %s seconds for Rainbow to come up")
self.target = self.getTarget(challenge_problem)
if self.target is not None:
time.sleep(10)
Expand Down

0 comments on commit 4171e52

Please sign in to comment.