Skip to content

Commit fe59555

Browse files
committed
Fixing Pep8 line length issues
1 parent 012a0fd commit fe59555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyclowder/sections.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def upload_description(connector, host, key, sectionid, description):
6767
description -- the description to be uploaded
6868
"""
6969

70-
connector.status_update(StatusMessage.processing, {"type": "section", "id": sectionid}, "Uploading section description.")
70+
connector.status_update(StatusMessage.processing, {"type": "section", "id": sectionid},
71+
"Uploading section description.")
7172

7273
headers = {'Content-Type': 'application/json'}
7374
url = '%sapi/sections/%s/description?key=%s' % (host, sectionid, key)

0 commit comments

Comments
 (0)