mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-24 06:57:56 -05:00
Accidental underscore insertion removal
This commit is contained in:
parent
51173133a2
commit
1eaab02dd8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class WsId(object):
|
||||||
|
|
||||||
self.pid = os.getpid()
|
self.pid = os.getpid()
|
||||||
|
|
||||||
self.threadId = long(_thread.get_ident())
|
self.threadId = long(thread.get_ident())
|
||||||
|
|
||||||
def getNetworkId(self):
|
def getNetworkId(self):
|
||||||
return self.networkId
|
return self.networkId
|
||||||
|
|
Loading…
Add table
Reference in a new issue