diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-13 14:51:38 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-13 14:51:38 +0200 |
| commit | 8ff3f167bed4643ba40fb9e8be633822dc218b87 (patch) | |
| tree | f30b4015b7e11541062464c6ba84ec0700bf04bd /Software/Visual_Studio/Tango.Integration | |
| parent | 61d9ff4cce19fe28473452a5462f1fd061fb6562 (diff) | |
| download | Tango-8ff3f167bed4643ba40fb9e8be633822dc218b87.tar.gz Tango-8ff3f167bed4643ba40fb9e8be633822dc218b87.zip | |
Updated events table.
Some color conversion fixes.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index c2517608d..748f9e727 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -2435,7 +2435,7 @@ namespace Tango.Integration.Operation try { - processParameters = converter.GetRecommendedProcessParameters(job); + processParameters = converter.GetRecommendedProcessParameters(job, true); } catch (Exception ex) { |
