Skip to content

Instantly share code, notes, and snippets.

@baude
Created June 21, 2016 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baude/5608b7c130d30abf9bbd214aab2ec286 to your computer and use it in GitHub Desktop.
Save baude/5608b7c130d30abf9bbd214aab2ec286 to your computer and use it in GitHub Desktop.
json_files = self._get_json_files()
dbus_results = []
for json_file in json_files:
dbus_results.append(json.load(open(json_file)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment