Skip to content

Commit

Permalink
Update src/rockstor/system/pkg_mgmt.py
Browse files Browse the repository at this point in the history
Exception text typo

Co-Authored-By: FroggyFlox <[email protected]>
  • Loading branch information
phillxnet and FroggyFlox authored Nov 10, 2019
1 parent 53b2470 commit 78a7f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rockstor/system/pkg_mgmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def auto_update(enable=True):
tfo.write(line)
if not updated:
raise Exception(
"apply_updates directive missing in {}, assuming its "
"apply_updates directive missing in {}, assuming it "
"is corrupt. No change made.".format(YCFILE)
)
shutil.move(npath, YCFILE)
Expand Down

0 comments on commit 78a7f08

Please sign in to comment.