Skip to content

Commit

Permalink
hardcode pdm dev commands, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelburgos committed May 29, 2024
1 parent e30b495 commit eba7c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ includes = ["glasgowcontrib"]
[tool.pdm.scripts]
_.env = {GLASGOW_OUT_OF_TREE_APPLETS = "I-am-okay-with-breaking-changes"}
## wrapper around glasgow cli
obi_server.cmd = "obi_run --config_path ~/open-beam-interface/microscope.toml server {args}"
obi_script.cmd = "obi_run script --config_path ~/open-beam-interface/microscope.toml script --script_path {args}"
obi_server.cmd = "obi_run --config_path ~/open-beam-interface/configs/jsm_6400.toml server 2224"
obi_script.cmd = "obi_run script --config_path ~/open-beam-interface/configs/jsm_6400.toml script --script_path {args}"
## used with server
gui.cmd = "python -m obi_software.gui 2224 --config_path ~/open-beam-interface/microscope.toml"
debug_gui.cmd = "python -m obi_software.gui 2224 --debug --config_path ~/open-beam-interface/microscope.toml"
Expand Down

0 comments on commit eba7c63

Please sign in to comment.