Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoit Rousselle
bliss
Commits
e03de1a8
Commit
e03de1a8
authored
May 20, 2019
by
Matias Guijarro
Browse files
data/display: do not switch to scan automatically
Fix #768
parent
5b3920e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/data/display.py
View file @
e03de1a8
...
...
@@ -651,7 +651,7 @@ class ScanEventHandler:
self
.
repl
=
repl
def
on_scan_new
(
self
,
scan_info
):
subprocess
.
run
([
"tmux"
,
"next-window"
,
"-t"
,
self
.
repl
.
session_name
])
pass
#
subprocess.run(["tmux", "next-window", "-t", self.repl.session_name])
def
on_scan_data
(
self
,
scan_info
,
values
):
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment