Changeset 84c9da4e in trunk


Ignore:
Timestamp:
2020-10-05T00:09:27Z (4 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
c439555
Parents:
c43c84b
Message:

unused

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/scripts/tahoe_grid_manager.py

    rc43c84b r84c9da4e  
    321321        with file_path.child("config.json").open("w") as f:
    322322            f.write("{}\n".format(data))
    323 
    324 
    325 def _config_to_filepath(gm_config_location):
    326     """
    327     Converts a command-line string specifying the GridManager
    328     configuration's location into a readable file-like object.
    329 
    330     :param gm_config_location str: a valid path, or '-' (a single
    331         dash) to use stdin.
    332     """
    333323
    334324
Note: See TracChangeset for help on using the changeset viewer.