Skip to content

Commit

Permalink
Fixed open_frd: double read cgx_start.fbd
Browse files Browse the repository at this point in the history
  • Loading branch information
imirzov committed Jan 7, 2023
1 parent 1db2b18 commit 1e1507f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/cgx.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ def open_frd(frd_file):
if os.path.isfile(frd_file) and ' ' not in frd_file:
cmd = p.path_cgx + ' -o ' + frd_file
wf.run_slave(cmd)
# TODO CGX stucks on FBD execution
read_fbd_file(os.path.join(p.config, 'cgx_start.fbd'))
read_fbd_file(os.path.join(p.config, 'cgx_iso.fbd'))
else:
logging.error('File not found:\n' \
+ frd_file \
Expand Down

0 comments on commit 1e1507f

Please sign in to comment.