Skip to content

Instantly share code, notes, and snippets.

@BenjamenMeyer
BenjamenMeyer / build_output
Created April 22, 2015 02:22
qtfilehasher_debug_output
bmeyer@clockwerks1:~/Devel/qtmd5gui/src$ make
[ 14%] Automoc for target qthashgui
[ 14%] Built target qthashgui_automoc
[100%] Built target qthashgui
bmeyer@clockwerks1:~/Devel/qtmd5gui/src$ ./qthashgui
Failed to prepare INSERT INTO master_directory (hash, path) VALUES(:hash, :path)
Failed to prepare SELECT hash, path FROM master_directory WHERE hash = :hash
Failed to prepare INSERT INTO checked_directory (hash, path) VALUES (:hash, :path)
Failed to prepare INSERT INTO master_files (hash, path) VALUES(:hash, :path)
Failed to prepare SELECT hash, path FROM master_files WHERE hash = :hash
@BenjamenMeyer
BenjamenMeyer / implementation.py
Last active August 29, 2015 14:05
Keystone Mocking issue...
import base64
import binascii
import simplejson as json
import redis
from keystoneclient.v2_0 import client as keystonev2_client
import keystone.exceptions
import keystoneclient.access as keystone_access