We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a794cc9 commit 347a4e1Copy full SHA for 347a4e1
2 files changed
VERSION.ini
@@ -1 +1 @@
1
-VERSION="3.18-dev"
+VERSION="3.17.3"
src/skyscraper.cpp
@@ -152,7 +152,7 @@ void Skyscraper::run() {
152
153
cache = QSharedPointer<Cache>(new Cache(config.cacheFolder));
154
if (cacheScrapeMode || cache->createFolders(config.scraper)) {
155
- if (cacheScrapeMode && !cache->read()) {
+ if (!cache->read() && cacheScrapeMode) {
156
printf("No resources for this platform found in the resource "
157
"cache ('%s'). Please verify the path of the cache or "
158
"specify a scraping module with '-s' to gather some "
0 commit comments