Commit a9a7a385 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Small change in RTM PTS rename script

parent f7cd3f73
...@@ -34,6 +34,7 @@ try: ...@@ -34,6 +34,7 @@ try:
buf = buf.substitute(ELMAIP=sys.argv[2], ELMAPWD=sys.argv[3]) buf = buf.substitute(ELMAIP=sys.argv[2], ELMAPWD=sys.argv[3])
f.seek(0) f.seek(0)
f.write(buf) f.write(buf)
except IndexError: except IndexError:
print("ERROR: Are you sure you give all the makefile variables as input?") print("ERROR: Are you sure you give all the makefile variables as input?")
raise raise
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment