Skip to content
Snippets Groups Projects
Commit 29228037 authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing debug print

parent b80fc626
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
__version__ = "0.8.6"
__version__ = "0.8.8"
# This flag is used to switch on the gui features in pkat at import time
USE_GUI = False
......
......@@ -1094,7 +1094,7 @@ class modulator(Component):
try:
value = int(value)
print(value)
if value <= 1 and value > 6:
raise pkex.BasePyKatException("modulator order must be between 1 and 6 or 's' for single sideband")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment