Skip to content

Commit 9d30bde

Browse files
committed
tmp3
1 parent 5a790df commit 9d30bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fdbshow

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class FdbShow(object):
7777
if namespace is not None:
7878
if not multi_asic.is_multi_asic():
7979
print("Error: Namespace is not supported in single asic")
80-
return
80+
sys.exit(1)
8181

8282
if not SonicDBConfig.isGlobalInit():
8383
SonicDBConfig.load_sonic_global_db_config()

0 commit comments

Comments
 (0)