Skip to content

Commit

Permalink
update ioc_json.py - fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 23, 2024
1 parent b4a2e31 commit c46e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage_lib/ioc_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ def json_set_value(self, prop, _import=False, default=False):
self.location = new_location.lstrip(
os.path.join(self.zpool.name, self.zpool.prefix)
)
print('lstrip pattern=', os.path.join(self.zpool.name, self.zpool.prefix)))
print('lstrip pattern=', os.path.join(self.zpool.name, self.zpool.prefix))
print('stripped loc=', self.location)
self.location = self.location.replace(
"/iocage", self.iocroot
Expand Down

0 comments on commit c46e6b9

Please sign in to comment.