optimized folder cleaning

This commit is contained in:
Félix Boisselier
2024-04-14 21:07:43 +02:00
parent 656f6d0d9e
commit 915e69d420
7 changed files with 64 additions and 65 deletions

View File

@@ -709,7 +709,7 @@ def vibrations_profile(
ax_logo.axis('off')
# Adding Shake&Tune version in the top right corner
if st_version is not None:
if st_version != 'unknown':
fig.text(0.995, 0.985, st_version, ha='right', va='bottom', fontsize=8, color=KLIPPAIN_COLORS['purple'])
return fig