Skip to content

Commit

Permalink
Merge pull request #22 from mimi1vx/traceback_qam
Browse files Browse the repository at this point in the history
Avoid NotImplementedError when qam is called without subcommand
  • Loading branch information
mergify[bot] committed Apr 11, 2023
2 parents 9380057 + c341a48 commit 4d3aa64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oscqam/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
3 changes: 3 additions & 0 deletions oscqam/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ class QAMCommand(osc.commandline.OscCommand):
"""QE-Maintenace rewiew workflow helper"""

name = "qam"

def run(self, _):
pass

0 comments on commit 4d3aa64

Please sign in to comment.