Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 9dc6b32

Browse files
committed
patch taurusfinder script
1 parent 560d710 commit 9dc6b32

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

scripts/taurusfinder

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,5 @@ if [ "$(which alba_blissrc 2>/dev/null)" ] ; then
55
. alba_blissrc
66
fi
77

8-
# if a -v (verbose) option is not set, stdout will be redirected
9-
TRACE="/dev/null"
10-
if [ $(echo $* | grep "[-]v[0-9]") ] ; then
11-
TRACE=""
12-
fi
13-
14-
FOLDER=$(python -c "import imp;print(imp.find_module('PyTangoArchiving')[1])")
15-
#cd $FOLDER/widget
16-
CMD=$FOLDER/widget/ArchivingBrowser.py
17-
18-
if [ "$(which t3)" ]; then
19-
CMD="t3 $CMD"
20-
fi
21-
if [ "$TRACE" ] ; then
22-
python "$CMD" $* &>$TRACE
23-
else
24-
python "$CMD" $* &
25-
fi
8+
ctarchiving --gui $*
269

0 commit comments

Comments
 (0)