Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
60388948
Commit
60388948
authored
3 years ago
by
Taya Snijder
Browse files
Options
Downloads
Patches
Plain Diff
conflict fix and logging error workaround
parent
a232648b
No related branches found
No related tags found
1 merge request
!18
Resolve #2021 "04 16 branched from master state bug fix"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devices/clients/opcua_connection.py
+0
-4
0 additions, 4 deletions
devices/clients/opcua_connection.py
devices/src/hardware_device.py
+1
-1
1 addition, 1 deletion
devices/src/hardware_device.py
with
1 addition
and
5 deletions
devices/clients/opcua_connection.py
+
0
−
4
View file @
60388948
from
threading
import
Thread
from
threading
import
Thread
import
socket
import
socket
<<<<<<<
HEAD
from
src.comms_client
import
CommClient
from
src.comms_client
import
CommClient
=======
from
src.comms_client
import
*
>>>>>>>
master
import
numpy
import
numpy
import
opcua
import
opcua
from
opcua
import
Client
from
opcua
import
Client
...
...
This diff is collapsed.
Click to expand it.
devices/src/hardware_device.py
+
1
−
1
View file @
60388948
...
@@ -23,7 +23,7 @@ __all__ = ["hardware_device"]
...
@@ -23,7 +23,7 @@ __all__ = ["hardware_device"]
from
src.wrappers
import
only_in_states
from
src.wrappers
import
only_in_states
@log_exceptions
()
#
@log_exceptions()
class
hardware_device
(
Device
):
class
hardware_device
(
Device
):
"""
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment