gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] branch master updated: bugfix


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: bugfix
Date: Thu, 09 May 2019 16:32:52 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 4ab581d  bugfix
4ab581d is described below

commit 4ab581df8f99d1fe65ce15fe5c60984ad358dba2
Author: rexxnor <address@hidden>
AuthorDate: Thu May 9 16:32:25 2019 +0200

    bugfix
---
 ascension/ascension.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 5a22d4d..fe81f06 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -593,6 +593,7 @@ class Ascender():
                          stdout=sp.PIPE,
                          stderr=sp.DEVNULL)
             logging.info("executed command: %s", " ".join(ret.args))
+            pkey_zone = ret.stdout.decode().strip()
         except sp.CalledProcessError:
             output = ret.stdout.decode().strip()
             pkey_zone = re.findall("^[\w\d]{52}$", output, re.M)[0]

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]