Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
087f726f
...
087f726ffbdda81e05afecc7b138e6dddd35a42c
authored
2012-02-05 15:45:53 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed python3 incompatibility
1 parent
64463b6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/casperjs
bin/casperjs
View file @
087f726
...
...
@@ -19,6 +19,6 @@ CASPER_ARGS.extend(sys.argv[1:])
try
:
status
=
subprocess
.
call
(
CASPER_ARGS
)
except
KeyboardInterrupt
:
print
'
\n
CasperJS interrupted, exiting.'
print
(
'
\n
CasperJS interrupted, exiting.'
)
status
=
0
sys
.
exit
(
status
)
...
...
Please
register
or
sign in
to post a comment