Skip to content

Commit 0b4c3cf

Browse files
committed
fix linting error in custompartition.py
1 parent 6495793 commit 0b4c3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

photon_installer/custompartition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def next(self):
223223

224224
partitions = partitions + [{"mountpoint": mtdata,
225225
"size": sizedata,
226-
"filesystem": typedata},]
226+
"filesystem": typedata}, ]
227227
self.install_config['partitions'] = partitions
228228

229229
return ActionResult(True, {'goNext': True})

0 commit comments

Comments
 (0)