1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

svg fixes and remove print

This commit is contained in:
Shlomi Fish 2019-04-28 21:16:33 +03:00
parent d9116d41ff
commit eeacad2cee
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,8 @@
cd ..
mkdir b
cd b
cmake ../binding-example/
cmake -DCMAKE_BUILD_TYPE=Debug ../binding-example/
make
) || true
export PYTHONPATH="`pwd`/kcardgame/b"
dir="`pwd`/kcardgame/b"
export PYTHONPATH="$dir" LD_LIBRARY_PATH="$dir"

View file

@ -185,7 +185,6 @@ class Images:
'/usr/share/carddecks/' +
'svg-ancient-egyptians/Ancient_Egyptians.svgz')
for n, rec in self.cs.getFaceCardNames():
print(n)
self._card.append(self.__loadCard(n + self.cs.ext, rec=rec))
self._card[-1].filename = n
if progress: