Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
sentence-simplification
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
carlosmendeznlp
2018-03-22 18:40:53 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cb82d983c79f43d9896c2ef3f9f5651f0d88434e
cb82d983
1 parent
1c9d5b77
Fix regex.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
format/regex.py
format/regex.py
View file @
cb82d98
...
...
@@ -2,7 +2,7 @@ import fileinput
import
re
import
sys
if
(
len
(
sys
.
argv
)
<
2
):
if
(
len
(
sys
.
argv
)
<
3
):
sys
.
stderr
.
write
(
"E: usage: "
+
sys
.
argv
[
0
]
+
" <input_file> <output_file>
\n
"
)
sys
.
stderr
.
flush
();
...
...
Please
register
or
login
to post a comment