Make static code analysis go through again

This commit is contained in:
Oliver Smith 2017-06-04 04:27:49 +02:00
parent 9d4bc61545
commit 64521b1435
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ import pmb.helpers.mount
import pmb.install.losetup
import pmb.helpers.cli
import pmb.config
import fnmatch
def mount_sdcard(args):

View File

@ -39,8 +39,8 @@ def partitions_mount(args):
if not partition_prefix:
raise RuntimeError("Unable to find the partition prefix,"
" expected the first partition of " +
prefix + " to be located at " + prefix
+ "1 or " + prefix + "p1!")
prefix + " to be located at " + prefix +
"1 or " + prefix + "p1!")
for i in [1, 2]:
source = prefix + partition_prefix + str(i)