Skip to content

Commit

Permalink
debuging for commiting
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyJiang1 committed Aug 14, 2023
1 parent cea7db7 commit 07eddc6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file modified examples/iguanaContainer/__pycache__/inputParser.cpython-311.pyc
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/iguanaContainer/commitHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def begin_action(self, action):
def end_action(self, action):
self.action = None

# def message(self, message):
# print("message '%s'" % colorize_action(message, self.action))
def message(self, message):
print("message '%s'" % message)

def error(self, message, what):
print("error '%s' '%s'" % (message, what))
Expand Down
2 changes: 1 addition & 1 deletion examples/iguanaContainer/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def convertToBytes(value, unit):

# NOTE: Uncommenting the line below will cause the program
# to impact your current hardware.
commit(storage)
#commit(storage)

print("COMMITED (stdout)")
sys.stderr.write("COMMITED (stderr)")

0 comments on commit 07eddc6

Please sign in to comment.