mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Remove call to iterate over removed dir (features)
This commit is contained in:
parent
aca7962fe3
commit
102fc694fd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ oldpwd=$(pwd)
|
|||
cd anki
|
||||
allPyFiles=libanki.files
|
||||
echo "Generating translations.."
|
||||
for i in *.py features/*.py importing/*.py
|
||||
for i in *.py importing/*.py
|
||||
do
|
||||
echo $i >> $allPyFiles
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue