Skip to content

Commit

Permalink
Forgot import subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Di Remigio committed Oct 28, 2015
1 parent 4293d70 commit dd34984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def is_exe(fpath):
def run_doxygen(folder):
"""Run the doxygen make command in the designated folder"""

import subprocess
try:
retcode = subprocess.call("cd %s; doxygen" % folder, shell=True)
if retcode < 0:
Expand Down

0 comments on commit dd34984

Please sign in to comment.