Skip to content

Commit

Permalink
git subrepo clone --branch=get_current_frames --force https://github.…
Browse files Browse the repository at this point in the history
…com/impact27/spyder-kernels.git external-deps/spyder-kernels

subrepo:
  subdir:   "external-deps/spyder-kernels"
  merged:   "55e3c1318"
upstream:
  origin:   "https://github.com/impact27/spyder-kernels.git"
  branch:   "get_current_frames"
  commit:   "55e3c1318"
git-subrepo:
  version:  "0.4.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a04d8c2"
  • Loading branch information
Quentin Peter committed Jun 29, 2020
1 parent 9b776b7 commit f7f1cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions external-deps/spyder-kernels/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/spyder-ide/spyder-kernels.git
branch = get_current_frames
commit = a16b6550ea875c428e2478b997bdea88895c6217
parent = a53c9264a8a481dc586cc6262b913f678098ff11
commit = 55e3c1318f1398c27c729c6fe4f4f811699dda11
parent = 9b776b74e47e7de3ab17895b7a86c62a8a1befda
method = merge
cmdver = 0.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, *args, **kwargs):
'set_sympy_forecolor': self.set_sympy_forecolor,
'set_pdb_echo_code': self.set_pdb_echo_code,
'update_syspath': self.update_syspath,
'is_special_kernel_valid': self.is_special_kernel_valid
'is_special_kernel_valid': self.is_special_kernel_valid,
'get_current_frames': self.get_current_frames,
'enable_faulthandler': self.enable_faulthandler,
'load_faulthandler': self.load_faulthandler,
Expand Down

0 comments on commit f7f1cd7

Please sign in to comment.