File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212from sinol_make .task_type .interactive import InteractiveTaskType # noqa
1313
1414
15- __version__ = "1.8.1 "
15+ __version__ = "1.8.2 "
1616
1717
1818def configure_parsers ():
@@ -83,7 +83,6 @@ def main_exn():
8383 if command :
8484 if len (arguments ) > 1 :
8585 print (f' { command .get_name ()} command ' .center (util .get_terminal_size ()[1 ], '=' ))
86- cache .create_cache_dirs ()
8786 command .run (args )
8887 else :
8988 parser .print_help ()
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ def exit_if_not_package():
7474 """
7575 if not find_and_chdir_package ():
7676 exit_with_error ('You are not in a package directory (couldn\' t find config.yml in current directory).' )
77+ cache .create_cache_dirs ()
7778 cache .check_can_access_cache ()
7879
7980
You can’t perform that action at this time.
0 commit comments