Skip to content

KC-1116: Bugfix changes#1834

Open
ukumar-ks wants to merge 1 commit intofix/KC-1116-kepm-policyfrom
fix/KC-1116-kepm-policy-int
Open

KC-1116: Bugfix changes#1834
ukumar-ks wants to merge 1 commit intofix/KC-1116-kepm-policyfrom
fix/KC-1116-kepm-policy-int

Conversation

@ukumar-ks
Copy link

No description provided.

collection_data=collection_data, created=collection_dto.created)
except Exception as e:
self.logger.info('Collection "%s" load error: %s', collection_dto.collection_uid, e)
self.logger.debug('Collection "%s" load error: %s', collection_dto.collection_uid, e)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be error , right?

body = json.dumps(policy.data, indent=4)
if filename:
with open(filename, 'w') as f:
f.write(body)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a return here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants