Changeset 84c9da4e in trunk
- Timestamp:
- 2020-10-05T00:09:27Z (4 years ago)
- Branches:
- master
- Children:
- c439555
- Parents:
- c43c84b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/scripts/tahoe_grid_manager.py ¶
rc43c84b r84c9da4e 321 321 with file_path.child("config.json").open("w") as f: 322 322 f.write("{}\n".format(data)) 323 324 325 def _config_to_filepath(gm_config_location):326 """327 Converts a command-line string specifying the GridManager328 configuration's location into a readable file-like object.329 330 :param gm_config_location str: a valid path, or '-' (a single331 dash) to use stdin.332 """333 323 334 324
Note: See TracChangeset
for help on using the changeset viewer.