Skip to content

Commit 355bd67

Browse files
author
Max Burnette
committed
fix test formatting
1 parent 4146413 commit 355bd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclowder/extractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def process_message(self, connector, host, secret_key, resource, parameters):
320320
if 'files' in resource:
321321
type = 'dataset'
322322
input_files = resource['local_paths']
323-
dataset_id = resource['id']
323+
dataset_id = resource['id']
324324

325325
elif 'local_paths' in resource:
326326
type = 'file'

0 commit comments

Comments
 (0)