mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
10482ed149
commit
fd1b678e5e
|
@ -1442,7 +1442,7 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
_desktopShowBanner()
|
_desktopShowBanner()
|
||||||
print('No posts\n')
|
print('No posts\n')
|
||||||
if proxyType == 'tor':
|
if proxyType == 'tor':
|
||||||
print('You may need to run the desktop client ' + \
|
print('You may need to run the desktop client ' +
|
||||||
'with the --http option')
|
'with the --http option')
|
||||||
|
|
||||||
# wait for a while, or until a key is pressed
|
# wait for a while, or until a key is pressed
|
||||||
|
|
|
@ -8,17 +8,6 @@ fi
|
||||||
|
|
||||||
echo "Starting static analysis"
|
echo "Starting static analysis"
|
||||||
|
|
||||||
for sourceFile in epicyon/*.py
|
|
||||||
do
|
|
||||||
result=$($cmd "$sourceFile")
|
|
||||||
if [ "$result" ]; then
|
|
||||||
echo ''
|
|
||||||
echo "$result"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
echo -n '.'
|
|
||||||
done
|
|
||||||
|
|
||||||
for sourceFile in *.py
|
for sourceFile in *.py
|
||||||
do
|
do
|
||||||
result=$($cmd "$sourceFile")
|
result=$($cmd "$sourceFile")
|
||||||
|
|
Loading…
Reference in New Issue