minor fix: var name

This commit is contained in:
ThomasV 2015-06-02 14:17:14 +02:00
parent b5435a16e8
commit 4726d3a1fc
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def run_gui(config):
if url:
if os.path.exists(url):
# assume this is a payment request
url = "bitcoin:?r=file://"+ os.path.join(os.getcwd(), cmd)
url = "bitcoin:?r=file://"+ os.path.join(os.getcwd(), url)
if not re.match('^bitcoin:', url):
print_stderr('unknown command:', url)