Skip to content

Commit

Permalink
MNT remove absolute path from development workstation
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Jan 19, 2024
1 parent d326a45 commit 2745c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ADApp/op/bob/sim_cam_image.bob
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<name>Action Button_3</name>
<actions>
<action type="open_display">
<file>/mnt/iocad/tmp/screens/bob/simDetector.bob</file>
<file>simDetector.bob</file>
<macros>
<P>$(P)</P>
<R>$(R)</R>
Expand All @@ -164,7 +164,7 @@
<description>ADSimDetector</description>
</action>
<action type="open_display">
<file>/mnt/iocad/tmp/screens/bob/ADBase.bob</file>
<file>ADBase.bob</file>
<macros>
<P>$(P)</P>
<R>$(R)</R>
Expand All @@ -173,7 +173,7 @@
<description>ADBase</description>
</action>
<action type="open_display">
<file>/mnt/iocad/tmp/screens/bob/commonPlugins.bob</file>
<file>commonPlugins.bob</file>
<macros>
<P>$(P)</P>
</macros>
Expand Down

0 comments on commit 2745c09

Please sign in to comment.