Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
c1095791
Commit
c1095791
authored
Apr 26, 2016
by
Michael Ritter
Browse files
Fix some (old) typos in the python scripts
parent
3ceebb75
Changes
2
Hide whitespace changes
Inline
Side-by-side
ace-cli/aceshell.py
View file @
c1095791
...
...
@@ -215,7 +215,7 @@ def doPull(shell, arg, file, contentID=None):
## Open the file to write in binary, and create if needed
with
open
(
file
,
'w+b'
)
as
fnew
:
for
chunk
in
req
.
iter_content
(
8142
)
for
chunk
in
req
.
iter_content
(
8142
)
:
fnew
.
write
(
chunk
)
## validate
...
...
ace-cli/acestore.py
View file @
c1095791
#!/us
e
r/bin/python2
#!/usr/bin/python2
#
# ACE Token store tool
#
...
...
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