Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Recommend.Games
Board Game Scraper
Commits
b1142312
Verified
Commit
b1142312
authored
Nov 08, 2020
by
Markus Shepherd
🙈
Browse files
always keep around image_file and rules_file, if any
parent
ad0efcf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
board_game_scraper/full_merge.py
board_game_scraper/full_merge.py
+1
-1
No files found.
board_game_scraper/full_merge.py
View file @
b1142312
...
...
@@ -48,7 +48,7 @@ def merge_config(
kwargs
[
"out_path"
]
=
out_path
or
DATA_DIR
/
"scraped"
/
f
"
{
spider
}
_
{
item
}
.jl"
kwargs
.
setdefault
(
"fieldnames_exclude"
,
(
"image_file"
,
"rules_file"
,
"published_at"
,
"updated_at"
,
"scraped_at"
),
(
"published_at"
,
"updated_at"
,
"scraped_at"
),
)
kwargs
.
setdefault
(
"sort_keys"
,
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment