merge-requests/20/merge
Bob Mottram 2021-04-04 12:58:48 +01:00
parent 10482ed149
commit fd1b678e5e
2 changed files with 1 additions and 12 deletions

View File

@ -1442,7 +1442,7 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
_desktopShowBanner()
print('No posts\n')
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')
# wait for a while, or until a key is pressed

View File

@ -8,17 +8,6 @@ fi
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
do
result=$($cmd "$sourceFile")