put sources.tsv in assets folder

This commit is contained in:
2021-11-02 23:54:31 -04:00
parent 5e27db8c54
commit 6505f9ec1a

View File

@@ -1,4 +1,4 @@
(defMacroVar ASSET_SOURCES_FILE "sources.tsv")
(defMacroVar ASSET_SOURCES_FILE "assets/sources.tsv")
(defMacroFunction appendToSources [query resultNumber apiName author apiQuery]
(unless (FileSystem.exists ASSET_SOURCES_FILE)