Skip to content

Commit 2745c09

Browse files
authored
MNT remove absolute path from development workstation
1 parent d326a45 commit 2745c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ADApp/op/bob/sim_cam_image.bob

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<name>Action Button_3</name>
156156
<actions>
157157
<action type="open_display">
158-
<file>/mnt/iocad/tmp/screens/bob/simDetector.bob</file>
158+
<file>simDetector.bob</file>
159159
<macros>
160160
<P>$(P)</P>
161161
<R>$(R)</R>
@@ -164,7 +164,7 @@
164164
<description>ADSimDetector</description>
165165
</action>
166166
<action type="open_display">
167-
<file>/mnt/iocad/tmp/screens/bob/ADBase.bob</file>
167+
<file>ADBase.bob</file>
168168
<macros>
169169
<P>$(P)</P>
170170
<R>$(R)</R>
@@ -173,7 +173,7 @@
173173
<description>ADBase</description>
174174
</action>
175175
<action type="open_display">
176-
<file>/mnt/iocad/tmp/screens/bob/commonPlugins.bob</file>
176+
<file>commonPlugins.bob</file>
177177
<macros>
178178
<P>$(P)</P>
179179
</macros>

0 commit comments

Comments
 (0)