$title
Warning is emitted in terminal:
% sl pr pull 94
imported #94 as dda702d885ac965e79f37d7a1f5951bb421b796a
warning: failed to read from Github for landed commits (RuntimeError("There is no current event loop in thread 'MainThread'.")), not marking commits as landed
Anyone know what could be the problem here?
Trying -v for a shot at verbose output:
% sl pr pull 94 -v
experimental command: this functionality may be folded into pull/gotoimported #94 as dda702d885ac965e79f37d7a1f5951bb421b796a
calling hook post-pull.prmarker: sapling.ext.github.pr_marker.cleanup_landed_pr_hook
warning: failed to read from Github for landed commits (RuntimeError("There is no current event loop in thread 'MainThread'.")), not marking commits as landed
$title
Warning is emitted in terminal:
Anyone know what could be the problem here?
Trying
-vfor a shot at verbose output: