Should've got it right in first place but NO there was this print() which f's up everything

Signed-off-by: tacticalDevC <tacticaldevc@tutanota.com>
This commit is contained in:
tacticalDevC 2020-02-16 17:15:13 +01:00
parent b44be9a5b8
commit 93975ea508
No known key found for this signature in database
GPG key ID: 9DCC0334D9FD21C0

View file

@ -218,7 +218,6 @@ _BACKUP_PUB_DEVICE = args.public_backup_device
_BACKUP_DEVICE = args.create_backup_usb _BACKUP_DEVICE = args.create_backup_usb
_WORKDIR = getoutput("mktemp -d") _WORKDIR = getoutput("mktemp -d")
print(_WORKDIR)
# ===== CONSTANTS ===== # ===== CONSTANTS =====