Debug the CI

This commit is contained in:
Thomas Sileo
2018-05-30 22:50:45 +02:00
parent d2be270ccb
commit 3dbe4ba4e9
4 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,9 @@ import binascii
from Crypto.PublicKey import RSA
from typing import Callable
KEY_DIR = 'config/'
KEY_DIR = os.path.join(
os.path.dirname(os.path.abspath(__file__)), '..', 'config'
)
def _new_key() -> str: