core: support '' for explicitly set empty path set
This commit is contained in:
parent
a267aeec5b
commit
3d7844b711
4 changed files with 16 additions and 7 deletions
|
@ -474,8 +474,7 @@ Since you have two different sources of raw data, you need to specify two bits o
|
|||
: class twitter_archive:
|
||||
: export_path = '/backups/twitter-archives/*.zip'
|
||||
|
||||
Note that you can also just use =my.twitter.archive= or =my.twitter.twint= directly, or set either of paths to 'empty path': =()=
|
||||
# TODO empty string?
|
||||
Note that you can also just use =my.twitter.archive= or =my.twitter.twint= directly, or set either of paths to empty string: =''=
|
||||
# (TODO mypy-safe?)
|
||||
|
||||
# #addingmodifying-modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue