mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-05 07:03:38 +02:00
fixed plugin crash message: include the plugin name
This commit is contained in:
@@ -7922,7 +7922,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
else:
|
||||
import traceback
|
||||
traceback.print_exc(file=sys.stderr)
|
||||
print('\n%s: %s' % (plugin_dir, e), file=sys.stderr)
|
||||
print('\n%s: %s' % (os.path.join(plugin_dir, extfile), e), file=sys.stderr)
|
||||
print("\n Try 'env OSC_PLUGIN_FAIL_IGNORE=1 osc ...'", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
|
Reference in New Issue
Block a user