Skip to content
Snippets Groups Projects
Commit aa6fc7ba authored by Francesco Tripaldi's avatar Francesco Tripaldi
Browse files

Fix scritp error

parent 4eb1b62d
No related branches found
Tags 1.0.2
No related merge requests found
......@@ -7,6 +7,7 @@ from tango import *
import PyTango
import tango
from urllib import request, parse
import sys
def main():
......@@ -36,7 +37,7 @@ def main():
except Exception as e:
selfseq_dev.write_attribute("ScriptErr", str(e))
finally
finally:
selfseq_dev.write_attribute("text_to_post","")
if __name__ == '__main__':
......
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