Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
building process uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Sep 10, 2020
1 parent 1ea053f commit 95e8f6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def main(client):
print(beautified_process)

# Building process starts
# try:
# client.images.build(**root_configs)
# print(exceptions.IMAGE_BUILT)
# print(beautified_root_configs)
# except:
# print(exceptions.CONNECTION_REFUSED)
# return
try:
client.images.build(**root_configs)
print(exceptions.IMAGE_BUILT)
print(beautified_root_configs)
except:
print(exceptions.CONNECTION_REFUSED)
return

# TODO: Ending up the program "Press any key to exit.."-like
# TODO: Using process['data'] as the main reference instead of webserver configs (because of the conflicts
Expand Down

0 comments on commit 95e8f6e

Please sign in to comment.