Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aknecht2
Image Harvest
Commits
0e53ff46
Commit
0e53ff46
authored
May 03, 2016
by
aknecht2
Browse files
Ih-write-sql actually writes to specified output file now.
parent
c4c0484c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/ih-write-sql
View file @
0e53ff46
...
...
@@ -21,7 +21,7 @@ lines = [
]
# Writes the resulting combine.sql
with
open
(
"combine.sql"
,
"w"
)
as
wh
:
with
open
(
args
.
output
,
"w"
)
as
wh
:
for
root
,
dirs
,
files
in
os
.
walk
(
"."
):
for
f
in
files
:
# Matches all db files
...
...
Write
Preview
Supports
Markdown
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