Revision f2ddf4db image_creator/dialog_main.py

b/image_creator/dialog_main.py
133 133

  
134 134

  
135 135
def select_file(d, media):
136

  
137
    if media == '/':
138
        return '/'
139

  
136 140
    default = os.getcwd() + os.sep
137 141
    while 1:
138 142
        if media is not None:

Also available in: Unified diff