Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Fize Jacques
GMatch4py
Commits
217393df
Commit
217393df
authored
Oct 30, 2018
by
Fize Jacques
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
f890de21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gmatch4py/helpers/compute_similarity_matrix.pyx
gmatch4py/helpers/compute_similarity_matrix.pyx
+1
-1
No files found.
gmatch4py/helpers/compute_similarity_matrix.pyx
View file @
217393df
...
@@ -139,7 +139,7 @@ def run(config_filename):
...
@@ -139,7 +139,7 @@ def run(config_filename):
if
not
os
.
path
.
exists
(
config
.
output_dir
):
if
not
os
.
path
.
exists
(
config
.
output_dir
):
print
(
"Output matrix directory doesn't exist!"
)
print
(
"Output matrix directory doesn't exist!"
)
print
(
"Creating directory"
)
print
(
"Creating directory"
)
os
.
makedirs
(
args
.
output_dir
)
os
.
makedirs
(
config
.
output_dir
)
print
(
"Directory created"
)
print
(
"Directory created"
)
selected
=
None
selected
=
None
...
...
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