mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
import sys in GridInfoRetriever.getInfo()
This commit is contained in:
parent
9573e676a4
commit
c6ce0b863e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class GridInfoRetriever:
|
|||
self.client = ThriftClient.ThriftClient(self.host, self.port)
|
||||
|
||||
def getInfo(self):
|
||||
import sys
|
||||
""" Sends ThriftClient request and writes out received files."""
|
||||
req = GetGridInfoRequest()
|
||||
req.setPluginName(self.pluginName)
|
||||
|
|
Loading…
Add table
Reference in a new issue