Skip to content

Commit

Permalink
use standard python exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta committed Jul 26, 2017
1 parent d1d2a70 commit d82c459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caja-python.c
Expand Up @@ -206,7 +206,7 @@ caja_python_init_python (void)
debug("import caja");
gi = PyImport_ImportModule ("gi");
if (!gi) {
g_critical ("can't find gi");
PyErr_Print();
return FALSE;
}

Expand Down

0 comments on commit d82c459

Please sign in to comment.