Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mat2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonas Meurer
mat2
Commits
57d5cd04
Commit
57d5cd04
authored
May 16, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the changelog
parent
fa7d1878
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG.md
CHANGELOG.md
+6
-0
main.py
main.py
+1
-1
No files found.
CHANGELOG.md
View file @
57d5cd04
# 0.1.1 - 2018-05-16
-
Improve the cli usage
-
Refuse to process files with a supported mimetype but an unsupported
extension, like
`text/plain`
for a
`.c`
# 0.1.0 - 2018-05-14
-
Initial release
main.py
View file @
57d5cd04
...
...
@@ -10,7 +10,7 @@ import multiprocessing
from
src
import
parser_factory
,
unsupported_extensions
__version__
=
'0.1.
0
'
__version__
=
'0.1.
1
'
def
__check_file
(
filename
:
str
,
mode
:
int
=
os
.
R_OK
)
->
bool
:
if
not
os
.
path
.
isfile
(
filename
):
...
...
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