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
Holland Computing Center
chipathlon
Commits
ffbdf207
Commit
ffbdf207
authored
Jun 08, 2017
by
aknecht2
Browse files
Updated gen script to use db info as keyword not positional arguments.
parent
192ab3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/chip-gen
View file @
ffbdf207
...
...
@@ -25,9 +25,9 @@ workflow = Workflow(
args
.
param
,
args
.
config
,
args
.
properties
,
args
.
host
,
args
.
username
,
args
.
password
,
host
=
args
.
host
,
username
=
args
.
username
,
password
=
args
.
password
,
execute_site
=
args
.
execute_site
,
output_site
=
args
.
output_site
,
save_db
=
args
.
save_db
,
...
...
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