Skip to content
Snippets Groups Projects
Commit af21c62b authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Remove strange character

parent f6612313
Branches
Tags
No related merge requests found
...@@ -55,8 +55,11 @@ try: ...@@ -55,8 +55,11 @@ try:
print i print i
def processInput(inputFile): def processInput(inputFile):
subprocess.call(['python', './converttonotebook.py', os.path.join(os.environ["DOXYGEN_SOURCE_DIRECTORY"], tutorials, inputFile), outDir]) subprocess.call(['python',
'./converttonotebook.py',
os.path.join(os.environ['DOXYGEN_SOURCE_DIRECTORY'], 'tutorials', inputFile),
outDir])
num_cores = multiprocessing.cpu_count() num_cores = multiprocessing.cpu_count()
def parallel(input): def parallel(input):
...@@ -66,4 +69,5 @@ try: ...@@ -66,4 +69,5 @@ try:
parallel(input) parallel(input)
except: except:
print 'Parallel notebooks converter failed!!'
pass pass
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment