don't print version command to devnull in run script either
This commit is contained in:
parent
51e97cd877
commit
f31888e541
@ -79,7 +79,7 @@ parser.add_argument(
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
p = Popen([sub_script, 'version'], stdout=DEVNULL)
|
||||
p = Popen([sub_script, 'version'])
|
||||
p.wait()
|
||||
from filepaths import config_file, keys_file
|
||||
from coredb import blockmetadb
|
||||
|
Loading…
Reference in New Issue
Block a user