Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Aug 7, 2023
1 parent f8d7b5c commit 250df84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ def adjust_path(f):
sys.exit(1)

if args.drmaa_log_dir is not None and not os.path.isabs(args.drmaa_log_dir):
args.drmaa_log_dir = os.path.abspath(os.path.expanduser(args.drmaa_log_dir))
args.drmaa_log_dir = os.path.abspath(os.path.expanduser(args.drmaa_log_dir))

if args.runtime_profile:
import yappi
Expand Down

0 comments on commit 250df84

Please sign in to comment.