Skip to content

Commit

Permalink
Add default value to method signature override
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Nov 15, 2024
1 parent 0fb045f commit d3d1bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/lakeshore372/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def get_still_output(self, session, params=None):

@ocs_agent.param('configfile', type=str, default=None)
def input_configfile(self, session, params=None):
"""input_configfile(configfile)
"""input_configfile(configfile=None)
**Task** - Upload 372 configuration file to initialize channel/device
settings.
Expand Down

0 comments on commit d3d1bef

Please sign in to comment.