mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 02:32:26 +08:00
PEP8 fixes
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
import json
|
||||
import requests
|
||||
import os
|
||||
import sys
|
||||
import yaml
|
||||
|
||||
import pdc_client
|
||||
|
||||
filename = 'bootstrap-master-1.json'
|
||||
print("Reading %s" % filename)
|
||||
with open(filename, 'r') as f:
|
||||
entry = json.loads(f.read())
|
||||
|
||||
print entry['modulemd']
|
||||
print(entry['modulemd'])
|
||||
modulemd = yaml.load(entry['modulemd'])
|
||||
mbs = {}
|
||||
mbs['commit'] = modulemd['data']['xmd']['mbs_commit']
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import json
|
||||
import requests
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user