Skip to content

Commit

Permalink
Update gcc_feedback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 97e7b8e commit f86d3f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/py/autowig/gcc_feedback.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import os
import parse
from path import path

from pkgtk.plugin import PluginManager
from ._scons import ShellSession

feedback = PluginManager('autowig.feedback', brief="",
details="""""")

def gcc_5_feedback(err, directory, asg, **kwargs):
if isinstance(err, ShellSession):
err = err.err
Expand Down

0 comments on commit f86d3f3

Please sign in to comment.