Skip to content
Snippets Groups Projects

Allow publishing data to a directory with trailing slash.

Merged Mayr, Hannes requested to merge bugfix-#51 into dev
3 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -56,5 +56,5 @@ IMGS_AS_LIST = [IMG1, IMG2]
# plots or images.
publish(['../README.md', '../docs', '../LICENSE'],
'/home/chief/Dokumente/fst/plotid_python/data',
'/home/chief/Dokumente/fst/plotid_python/data/',
TAGGED_FIGS, 'Bild')
Loading