Skip to content

Commit

Permalink
print cab documentation without checking if cabs were built
Browse files Browse the repository at this point in the history
  • Loading branch information
SpheMakh committed Jun 5, 2019
1 parent 00436f8 commit fee86c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


PACKAGE_NAME = "stimela"
__version__ = "1.0.4"
__version__ = "1.0.5"

setup(name = PACKAGE_NAME,
version = __version__,
Expand Down
7 changes: 0 additions & 7 deletions stimela/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,6 @@ def cabs(argv):
args = parser.parse_args(argv)
logfile = '{0:s}/{1:s}_stimela_logfile.json'.format(LOG_HOME, args.build_label)

cabs_ = get_cabs(logfile)
if cabs_:
pass
else:
print('No cab images found, did you run \'stimela build\'')
sys.exit(0)

if args.cab_doc:
name = '{0:s}_cab/{1:s}'.format(args.build_label, args.cab_doc)
cabdir = "{:s}/{:s}".format(cargo.CAB_PATH, args.cab_doc)
Expand Down

0 comments on commit fee86c1

Please sign in to comment.