fmauch / catmux

A python package that wraps launching applications with a tmux script
MIT License
74 stars 11 forks source link

Correct handling if no parameter in common is set #23

Closed MGBla closed 1 year ago

MGBla commented 1 year ago

This pull request checks if common was parsed correctly and is not None before addressing it. Currently the script tries to verify if for example a before command is set by accessing the common tag. However this fails if no other sub param of the common tag was set, since it is None in this case

fmauch commented 1 year ago

Closing in favor of #24