Changeset 88ce823 in trunk
- Timestamp:
- 2020-11-18T23:26:52Z (4 years ago)
- Branches:
- master
- Children:
- 594f801
- Parents:
- 862d32a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified integration/util.py ¶
r862d32a r88ce823 7 7 from functools import partial 8 8 9 from twisted.python.filepath import ( 10 FilePath, 11 ) 9 12 from twisted.internet.defer import Deferred, succeed 10 13 from twisted.internet.protocol import ProcessProtocol … … 259 262 config = get_config(config_path) 260 263 set_config(config, 'node', 'log_gatherer.furl', flog_gatherer) 261 write_config( config_path, config)264 write_config(FilePath(config_path), config) 262 265 created_d.addCallback(created) 263 266
Note: See TracChangeset
for help on using the changeset viewer.