Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Mar 8, 2024
1 parent f363bb4 commit e67bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosjail/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def build_queue(input_files: [str]) -> dict[str, CopyOpts]:
continue

if line.startswith(CONST_INCLUDE_INSTRUCTION):
include_file = line[len(CONST_INCLUDE_INSTRUCTION):].strip()
include_file = line[len(CONST_INCLUDE_INSTRUCTION) :].strip()
files.append(os.path.join(os.path.dirname(file), include_file))

parts = line.split(" ")
Expand Down

0 comments on commit e67bea7

Please sign in to comment.