Skip to content

Commit

Permalink
fix bug save vendor/os
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Nov 14, 2018
1 parent f78dd5f commit 617f3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eNMS/base/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def get_custom_properties():

job_public_properties = [
'name',
'vendor',
'operating_system',
'type',
'description',
'status',
Expand All @@ -145,8 +147,6 @@ def get_custom_properties():
service_public_properties = job_public_properties

workflow_public_properties = job_public_properties + [
'vendor',
'operating_system',
'multiprocessing'
]

Expand Down

0 comments on commit 617f3be

Please sign in to comment.