Skip to content

Commit

Permalink
fix ero
Browse files Browse the repository at this point in the history
  • Loading branch information
akaeba committed Jul 3, 2021
1 parent 68fe592 commit 3769d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ATWG/ATWG.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def parse_cli(self, cliArgs=None):
parser.add_argument("--riseTime", nargs=1, default=None, help="temperarture INcreasing speed") # temperature change rate in postive temperature direction
parser.add_argument("--fallTime", nargs=1, default=None, help="temperarture DEcreasing speed") # temperature change rate in negative temperature direction
# climate chamber
parser.add_argument("--chamber", nargs=1, default=self.avlChambers[0] help="Used climate chamber") # used chamber
parser.add_argument("--port", nargs=1, default="", help="System port to climate chamber, f.e. COM1") # interface
parser.add_argument("--chamber", nargs=1, default=self.avlChambers[0], help="Used climate chamber") # used chamber
parser.add_argument("--port", nargs=1, default="", help="System port to climate chamber, f.e. COM1") # interface
# parse
args = parser.parse_args(cliArgs)
# select climate chamber
Expand Down

0 comments on commit 3769d5d

Please sign in to comment.